You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/charting/themes/MiamiNice.js

16 lines
260 B
JavaScript

dojo.provide("dojox.charting.themes.MiamiNice");
dojo.require("dojox.charting.Theme");
(function(){
var dxc=dojox.charting;
dxc.themes.MiamiNice=new dxc.Theme({
colors: [
"#7f9599",
"#45b8cc",
"#8ecfb0",
"#f8acac",
"#cc4482"
]
});
})();