cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/charting/themes/SageToLime.js
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

20 lines
333 B
JavaScript

dojo.provide("dojox.charting.themes.SageToLime");
dojo.require("dojox.charting.Theme");
(function(){
var dxc=dojox.charting;
dxc.themes.SageToLime=new dxc.Theme({
colors: [
"#abdbcb",
"#435a51",
"#70998b",
"#5f8074",
"#80ccbb",
"#539e8b",
"#78a596",
"#335f54",
"#8dd1c2",
"#68c5ad"
]
});
})();