changed default color for plots
This commit is contained in:
parent
7492c62336
commit
e1ecd428ae
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue