cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/charting/themes/Adobebricks.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

15 lines
264 B
JavaScript

dojo.provide("dojox.charting.themes.Adobebricks");
dojo.require("dojox.charting.Theme");
(function(){
var dxc=dojox.charting;
dxc.themes.Adobebricks=new dxc.Theme({
colors: [
"#7f2518",
"#3e170c",
"#cc3927",
"#651f0e",
"#8c271c"
]
});
})();