diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/PlotKit/purple.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/PlotKit/purple.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/PlotKit/purple.js b/js/dojo/dojox/charting/themes/PlotKit/purple.js new file mode 100644 index 0000000..30b3552 --- /dev/null +++ b/js/dojo/dojox/charting/themes/PlotKit/purple.js @@ -0,0 +1,8 @@ +//>>built +define("dojox/charting/themes/PlotKit/purple", ["./base", "../../Theme"], function(pk, Theme){ + pk.purple = pk.base.clone(); + pk.purple.chart.fill = pk.purple.plotarea.fill = "#eee6f5"; + pk.purple.colors = Theme.defineColors({hue: 271, saturation: 60, low: 40, high: 88}); + + return pk.purple; +}); |
