Commit 1262ca60 authored by 陈龙's avatar 陈龙

fix: 修复预测曲线和legend颜色不一致的问题

parent 44e403c5
...@@ -22,7 +22,7 @@ path: / ...@@ -22,7 +22,7 @@ path: /
## 单图表 ## 单图表
[//]: # (<code src="./demos/index.js"></code>) <code src="./demos/index.js"></code>
## 单图表-状态 ## 单图表-状态
...@@ -37,7 +37,7 @@ path: / ...@@ -37,7 +37,7 @@ path: /
## 多图表 ## 多图表
<code src="./demos/GridDemo.js"></code> [//]: # (<code src="./demos/GridDemo.js"></code>)
## API ## API
......
...@@ -563,9 +563,11 @@ const returnXAxis = ({ ...@@ -563,9 +563,11 @@ const returnXAxis = ({
markPoint = null; markPoint = null;
markLine = null; markLine = null;
_lineStyle = { _lineStyle = {
itemStyle: {
color: '#07a49a'
},
lineStyle: { lineStyle: {
type: 'dashed', type: 'dashed',
color: '#07a49a'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment