diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/PlotKit/cyan.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/PlotKit/cyan.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/PlotKit/cyan.js b/js/dojo/dojox/charting/themes/PlotKit/cyan.js new file mode 100644 index 0000000..7e21bae --- /dev/null +++ b/js/dojo/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; +}); |
