changed default color for plots

This commit is contained in:
Steffen Vogel 2011-03-01 23:51:26 +01:00
parent 7492c62336
commit e1ecd428ae

View file

@ -37,7 +37,7 @@ vz.options = {
};
vz.options.plot = {
colors: ['#83CAFF', '#7E0021', '#579D1C', '#FFD320', '#FF420E', '#004586', '#0084D1', '#C5000B', '#FF950E', '#4B1F6F', '#AECF00', '#314004'],
colors: ['#579D1C', '#7E0021', '#FFD320', '#FF420E', '#004586', '#0084D1', '#C5000B', '#FF950E', '#4B1F6F', '#AECF00', '#314004', '#83CAFF'],
series: {
lines: { show: true },
shadowSize: 0,