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