webui-aria2/js/libs/dojox/charting/plot2d/Areas.js
2012-05-01 19:52:07 +08:00

8 lines
218 B
JavaScript

//>>built
define("dojox/charting/plot2d/Areas",["dojo/_base/declare","./Default"],function(_1,_2){
return _1("dojox.charting.plot2d.Areas",_2,{constructor:function(){
this.opt.lines=true;
this.opt.areas=true;
}});
});