Sha256: e2ed5628faee64b5e64e7434c3dc7b978d7872a19336452c64918415d397e4fc
Contents?: true
Size: 406 Bytes
Versions: 10
Compression:
Stored size: 406 Bytes
Contents
dojo.provide("dojox.charting.themes.PurpleRain"); dojo.require("dojox.charting.Theme"); (function(){ // notes: colors generated by moving in 30 degree increments around the hue circle, // at 90% saturation, using a B value of 75 (HSB model). var dxc=dojox.charting; dxc.themes.PurpleRain=new dxc.Theme({ colors: [ "#4879bc", "#ef446f", "#3f58a7", "#8254a2", "#4956a6" ] }); })();
Version data entries
10 entries across 10 versions & 2 rubygems