mazhongfu opened a new issue, #18894:
URL: https://github.com/apache/echarts/issues/18894
### Version
5.4.1
### Link to Minimal Reproduction
。。。
### Steps to Reproduce
color: ['#fc6a37', '#1fe422', "green"],
series: [
{
type: "line",
data: this.inletData,
showSymbol: false,
},
{
type: "line",
data: this.TempData,
showSymbol: false,
yAxisIndex: 1
},
{
type: "line",
data: this.motoData,
showSymbol: true,
yAxisIndex: 1
},
]
### Current Behavior
就是画曲线图,使用系列颜色配色,结果就第一个颜色不生效,数组中的其他颜色生效
### Expected Behavior
常规操作,
想用系列颜色统一颜色,没想一用第一中颜色不管用,其他颜色都生效
### Environment
```markdown
- OS:
- Browser:
- Framework:
```
### Any additional comments?
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]