echarts-bot[bot] commented on issue #18894:
URL: https://github.com/apache/echarts/issues/18894#issuecomment-1635600650
@mazhongfu It seems you are not using English, I've helped translate the
content automatically. To make your issue understood by more people and get
helped, we'd like to suggest using English next time. 🤗
<details><summary><b>TRANSLATED</b></summary><br>
**TITLE**
[Bug] option.color=['red','blue',...] The first color does not take effect!
**BODY**
### 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
It is to draw a curve chart and use a series of colors to match the color.
As a result, the first color does not take effect, and the other colors in the
array take effect
### Expected Behavior
routine operation,
I want to use a series of colors to unify the colors, but I don’t want to
use the first color, but the other colors will take effect
### Environment
```markdown
- OS:
-Browser:
- Framework:
```
### Any additional comments?
_No response_
</details>
--
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]