cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/charting/themes/Ireland.js

16 lines
257 B
JavaScript
Raw Normal View History

dojo.provide("dojox.charting.themes.Ireland");
dojo.require("dojox.charting.Theme");
(function(){
var dxc=dojox.charting;
dxc.themes.Ireland=new dxc.Theme({
colors: [
"#abdbcb",
"#435a51",
"#70998b",
"#78q596",
"#5f8074"
]
});
})();