Skip to content

Commit 9a5a3bc

Browse files
deqinglidaming-lu
authored andcommitted
modify multiple line color in scalars (#159)
* modify overlay and offset chart view interplay problem * resolve frontend fecs problem * resolve the hover circle problem for histogram * modify the color of multiple lines in scalar * adjust the frontend code * modify san template * adjust histogramHelper code * reslove fecs code style problem * resolve the hover circle problem * remove debug code * modify the multiple line color
1 parent 362dae5 commit 9a5a3bc

1 file changed

Lines changed: 10 additions & 16 deletions

File tree

frontend/src/scalars/ui/chart.san

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,22 +178,16 @@ export default {
178178
let that = this;
179179
let option = {
180180
color: [
181-
'#C3D769',
182-
'#A2D168',
183-
'#F6E753',
184-
'#DFDE53',
185-
'#89C864',
186-
'#6FC16E',
187-
'#5FAE7C',
188-
'#54957D',
189-
'#458C8D',
190-
'#4B7C8A',
191-
'#3E7586',
192-
'#42638E',
193-
'#405288',
194-
'#464887',
195-
'#3D3168',
196-
'#391E57'
181+
'#c23531',
182+
'#61a0a8',
183+
'#d48265',
184+
'#91c7ae',
185+
'#749f83',
186+
'#ca8622',
187+
'#bda29a',
188+
'#6e7074',
189+
'#546570',
190+
'#c4ccd3'
197191
],
198192
title: {
199193
text: tag,

0 commit comments

Comments
 (0)