diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/Grasshopper.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/Grasshopper.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/Grasshopper.js b/js/dojo/dojox/charting/themes/Grasshopper.js new file mode 100644 index 0000000..5d1392d --- /dev/null +++ b/js/dojo/dojox/charting/themes/Grasshopper.js @@ -0,0 +1,13 @@ +//>>built +define("dojox/charting/themes/Grasshopper", ["dojo/_base/lang","../Theme", "./common"], function(lang, Theme, themes){ + themes.Grasshopper=new Theme({ + colors: [ + "#208040", + "#40b657", + "#78c25e", + "#14401f", + "#64bd5f" + ] + }); + return themes.Grasshopper; +}); |
