提交 9a5a3bc9 编写于 作者: A abigale Li 提交者: daminglu

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
上级 362dae55
...@@ -178,22 +178,16 @@ export default { ...@@ -178,22 +178,16 @@ export default {
let that = this; let that = this;
let option = { let option = {
color: [ color: [
'#C3D769', '#c23531',
'#A2D168', '#61a0a8',
'#F6E753', '#d48265',
'#DFDE53', '#91c7ae',
'#89C864', '#749f83',
'#6FC16E', '#ca8622',
'#5FAE7C', '#bda29a',
'#54957D', '#6e7074',
'#458C8D', '#546570',
'#4B7C8A', '#c4ccd3'
'#3E7586',
'#42638E',
'#405288',
'#464887',
'#3D3168',
'#391E57'
], ],
title: { title: {
text: tag, text: tag,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册