shuishen
2021-06-10 c8dbf65ae80d2d4994b44495fdfea529c210e28a
1
2
//>>built
define(["dojo/_base/lang","dojo/_base/declare","dojo/Evented"],function(c,b,d){return b("dojox.charting.action2d.Base",d,{constructor:function(b,a){this.chart=b;this.plot=a?c.isString(a)?this.chart.getPlot(a):a:this.chart.getPlot("default")},connect:function(){},disconnect:function(){},destroy:function(){this.disconnect()}})});