blob: 1a1714a8855c557fcf1810ea2fa4b825370b27c1 [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.MiamiNice"]){
dojo._hasResource["dojox.charting.themes.MiamiNice"]=true;
dojo.provide("dojox.charting.themes.MiamiNice");
dojo.require("dojox.charting.Theme");
(function(){
var _1=dojox.charting;
_1.themes.MiamiNice=new _1.Theme({colors:["#7f9599","#45b8cc","#8ecfb0","#f8acac","#cc4482"]});
})();
}