Sha256: f59343c473280b08bd67ac5dfdaef61a38d7efe1a8ecef6c299ef472319e7514
Contents?: true
Size: 398 Bytes
Versions: 10
Compression:
Stored size: 398 Bytes
Contents
dojo.provide("dojox.charting.themes.Desert"); 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.Desert=new dxc.Theme({ colors: [ "#ffebd5", "#806544", "#fdc888", "#80766b", "#cda26e" ] }); })();
Version data entries
10 entries across 10 versions & 2 rubygems