Sha256: d7bbe09dcaecef2983bf41265cb84308852d56ebae9ce4b431ce5a8c87b6053e
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
define("dojox/charting/themes/CubanShirts", ["../SimpleTheme", "./common"], function(SimpleTheme, themes){ // notes: colors generated by moving in 30 degree increments around the hue circle, // at 90% saturation, using a B value of 75 (HSB model). themes.CubanShirts = new SimpleTheme({ colors: [ "#d42d2a", "#004f80", "#989736", "#2085c7", "#7f7f33" ] }); return themes.CubanShirts; });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dojox-rails-0.11.0 | vendor/assets/javascripts/charting/themes/CubanShirts.js.uncompressed.js |