diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/charting/themes/Dollar.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/charting/themes/Dollar.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/charting/themes/Dollar.js b/js/dojo-1.7.2/dojox/charting/themes/Dollar.js new file mode 100644 index 0000000..6af8b5e --- /dev/null +++ b/js/dojo-1.7.2/dojox/charting/themes/Dollar.js @@ -0,0 +1,15 @@ +//>>built +define("dojox/charting/themes/Dollar", ["../Theme", "./common"], function(Theme, themes){ + + themes.Dollar=new Theme({ + colors: [ + "#A4CE67", + "#739363", + "#6B824A", + "#343434", + "#636563" + ] + }); + + return themes.Dollar; +}); |
