summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js')
-rw-r--r--js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js b/js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js
new file mode 100644
index 0000000..7e21bae
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/charting/themes/PlotKit/cyan.js
@@ -0,0 +1,8 @@
+//>>built
+define("dojox/charting/themes/PlotKit/cyan", ["./base", "../../Theme"], function(pk, Theme){
+ pk.cyan = pk.base.clone();
+ pk.cyan.chart.fill = pk.cyan.plotarea.fill = "#e6f1f5";
+ pk.cyan.colors = Theme.defineColors({hue: 194, saturation: 60, low: 40, high: 88});
+
+ return pk.cyan;
+});