webui-aria2/js/libs/dojox/charting/themes/Bahamation.js

6 lines
203 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/Bahamation",["../Theme","./common"],function(_1,_2){
_2.Bahamation=new _1({colors:["#3f9998","#3fc0c3","#70c058","#ef446f","#c663a6"]});
return _2.Bahamation;
});