summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/charting/themes/MiamiNice.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/charting/themes/MiamiNice.js')
-rw-r--r--js/dojo/dojox/charting/themes/MiamiNice.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/MiamiNice.js b/js/dojo/dojox/charting/themes/MiamiNice.js
new file mode 100644
index 0000000..b600625
--- /dev/null
+++ b/js/dojo/dojox/charting/themes/MiamiNice.js
@@ -0,0 +1,15 @@
+//>>built
+define("dojox/charting/themes/MiamiNice", ["../Theme", "./common"], function(Theme, themes){
+
+ themes.MiamiNice=new Theme({
+ colors: [
+ "#7f9599",
+ "#45b8cc",
+ "#8ecfb0",
+ "#f8acac",
+ "#cc4482"
+ ]
+ });
+
+ return themes.MiamiNice;
+});