6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
//>>built
|
|
define("dojox/charting/themes/Algae",["../Theme","./common"],function(_1,_2){
|
|
_2.Algae=new _1({colors:["#57808f","#506885","#4f7878","#558f7f","#508567"]});
|
|
return _2.Algae;
|
|
});
|