Skip to content

Commit 771c0a6

Browse files
author
Yeliazar
committed
updated echarts colors schema
1 parent 93ec6f2 commit 771c0a6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/pages/Charts/Highcharts/mock.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167
}
168168
}
169169
},
170-
colors: [info, success, warning, danger, primary, inverse, '#43adf6'],
170+
colors: [primary, info, warning, config.app.colors.default, success, danger, inverse],
171171
series: [{
172172
minPointSize: 10,
173173
innerSize: '20%',
@@ -299,7 +299,7 @@ export default {
299299
}
300300
}
301301
},
302-
colors: [inverse, success, warning, danger, primary, gray, info],
302+
colors: [primary, success, info, warning, config.app.colors.default, danger, inverse],
303303
series: [{
304304
type: "sunburst",
305305
data: sunburstData,
@@ -351,6 +351,7 @@ export default {
351351
credits: {
352352
enabled: false
353353
},
354+
colors: primary,
354355
title: {
355356
text: 'Highcharts Vector plot',
356357
style: {
@@ -402,7 +403,7 @@ export default {
402403
credits: {
403404
enabled: false
404405
},
405-
colors: [info, success, warning, danger, primary, inverse],
406+
colors: [primary, info, warning, config.app.colors.default, success, danger, inverse],
406407
exporting: {
407408
enabled: false
408409
},

0 commit comments

Comments
 (0)