MaddyCrowle opened a new issue, #16887:
URL: https://github.com/apache/echarts/issues/16887
### Version
5.3.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```
chart.setOption({
xAxis: {
axisPointer: {
value: 79,
status: 'show',
}
}
});
```
### Current Behavior
When the chart just initialized there is vertical dashed line on xAxis with
default displaying value 79, then if user put mouse cursor over it and then get
out the mouse cursor of the chart, default value just disappear.
### Expected Behavior
Default value stays visible after user get out the mouse cursor, as it
initialized.
### Environment
```markdown
- OS: Win 10
- Browser: Firefox
- Framework: Vue3
```
### Any additional comments?
If this is not a bug but a feature is there any way to make the default
value stays visible?
--
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]