8 lines
232 B
JavaScript
8 lines
232 B
JavaScript
//>>built
|
|
define("dojox/charting/plot2d/StackedAreas",["dojo/_base/declare","./Stacked"],function(_1,_2){
|
|
return _1("dojox.charting.plot2d.StackedAreas",_2,{constructor:function(){
|
|
this.opt.lines=true;
|
|
this.opt.areas=true;
|
|
}});
|
|
});
|