blob: 611bc983ef323fe8625b6472a382624cec1197f5 [file] [log] [blame]
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if(!dojo._hasResource["dojox.charting.themes.Grasslands"]){
dojo._hasResource["dojox.charting.themes.Grasslands"]=true;
dojo.provide("dojox.charting.themes.Grasslands");
dojo.require("dojox.charting.Theme");
(function(){
var _1=dojox.charting;
_1.themes.Grasslands=new _1.Theme({colors:["#70803a","#dde574","#788062","#b1cc5d","#eff2c2"]});
})();
}