summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/charting/themes/Harmony.xd.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/charting/themes/Harmony.xd.js')
-rw-r--r--js/dojo-1.6/dojox/charting/themes/Harmony.xd.js58
1 files changed, 58 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/charting/themes/Harmony.xd.js b/js/dojo-1.6/dojox/charting/themes/Harmony.xd.js
new file mode 100644
index 0000000..9b7ef37
--- /dev/null
+++ b/js/dojo-1.6/dojox/charting/themes/Harmony.xd.js
@@ -0,0 +1,58 @@
+/*
+ Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
+ Available via Academic Free License >= 2.1 OR the modified BSD license.
+ see: http://dojotoolkit.org/license for details
+*/
+
+
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.charting.themes.Harmony"],
+["require", "dojox.charting.Theme"]],
+defineResource: function(dojo, dijit, dojox){if(!dojo._hasResource["dojox.charting.themes.Harmony"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
+dojo._hasResource["dojox.charting.themes.Harmony"] = true;
+dojo.provide("dojox.charting.themes.Harmony");
+dojo.require("dojox.charting.Theme");
+(function(){
+ var dxc=dojox.charting;
+ dxc.themes.Harmony=new dxc.Theme({
+ colors: [
+ "#497c91",
+ "#59a0bd",
+ "#9dc7d9",
+ "#c7e0e9",
+ "#7b78a4",
+ "#8d88c7",
+ "#ada9d6",
+ "#c9c6e4",
+ "#768b4e",
+ "#677e13",
+ "#a8c179",
+ "#c0d0a0",
+ "#b7b35c",
+ "#e8e667",
+ "#eeea99",
+ "#f0eebb",
+ "#b39c53",
+ "#e9c756",
+ "#ebcf81",
+ "#efdeb0",
+ "#956649",
+ "#b17044",
+ "#c28b69",
+ "#cfb09b",
+ "#815454",
+ "#a05a5a",
+ "#c99999",
+ "#ddc0c0",
+ "#868686",
+ "#a5a5a5",
+ "#bebebe",
+ "#d8d8d8"
+
+ ]
+ });
+})();
+
+}
+
+}};});