Eraz19 opened a new issue, #16835:
URL: https://github.com/apache/echarts/issues/16835
### Version
5.3.2
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
options = {
xAxis: { type: 'category' },
yAxis: { type: 'value' },
series:
[
{
type: 'bar',
xAxisIndex: 0,
yAxisIndex: 0,
data:
[
["Jan", 12003],
["Fev", 14973],
["Ran", 20998]
],
markLine:
{
data:
[
[
{
xAxis: 15034,
yAxis: "Jan",
symbol: 'none',
lineStyle: { color: "red" },
label: { show: true }
},
{
xAxis: 16573,
yAxis: "Ran",
symbol: 'none'
}
]
]
}
}
]
}
### Current Behavior
The MarkLine don't show ...
### Expected Behavior
The MarkLine should appear on the graph
### Environment
```markdown
- OS:Pop!_OS 21.10
- Browser:Firefox 98.0.2
- Framework: react": "^17.0.2"
```
### 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]