liuyg
2021-06-02 de87ead5cc230c9aa64b1e0d401d30004e062051
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()}})});