xj
liuyg
2021-06-24 d8d0f5fb17025c8ea92ef9f03ad5cc57d18b3b16
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()}})});