plainheart commented on issue #21486: URL: https://github.com/apache/echarts/issues/21486#issuecomment-3783559580
The markLine has a default value precision of `2`, a markLine with the value `0.005` will be rounded up to `0.01`, so it does not display as expected. You can set [`markLine.precision`](https://echarts.apache.org/option.html#series-bar.markLine.precision) as `3` in your case. -- 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]
