th8664484 opened a new issue, #21486: URL: https://github.com/apache/echarts/issues/21486
### Version 6.0.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=bar-simple&theme=dark&code=yy8oyczPU7Ct5uVSAAKlCseKzGIlKwUoHyxWUlmQChRSSk4sSU3PL6pU0kGSTEksSQRKRhvomeoY6hjFQuVqobRSJR4DyxJzSlNRTMvNzANK6BroGZihCCdWAIXRRTPzSlKLgGZApAyM0K0uTi3KTAXZHY3QhOQMsJq8xFywU55t7X7Z3v-0YQ-yc1Acm5RYhCGH8LyBgaEOxBFgNiwYkHxQlO2TmQcyCc0JKAZhSmFxNFYPPNnR9XLmBHQXIgM8hsAiCeh2UzwmKOUAfRBcUpmDwxsoapPzc_KLQC5TTkszAQJ8TqvFLgWLSfLCo5tAeMB9DUpug8rbmMLo6QmSvitzk_JBqV8pLx-YslBVIBkCZcbyctUCAA&enc=deflate ### Steps to Reproduce <img width="1862" height="792" alt="Image" src="https://github.com/user-attachments/assets/c97edbbe-09db-46a9-9d5a-0867c20d834a" /> `option ={ "xAxis": { "type": "category", "data": [0.5,1,2], }, "yAxis": { "type": "value", "min": -0.006, "max": 0.006, "interval": 0.002, }, "series": [ { "name": "测量值", "type": "bar", "data": [0.001,0.002,0.001], "markLine": { "data": [ { "name": "上限", "yAxis": 0.005, "lineStyle": { "color": "#ff4444", } }, { "name": "下限", "yAxis": -0.005, "lineStyle": { "color": "#ff4444", } } ], "symbol": "none" } } ] }` <img width="1885" height="777" alt="Image" src="https://github.com/user-attachments/assets/19b1b762-6461-4cfb-b85b-90f3f4f29348" /> `option ={ "xAxis": { "type": "category", "data": [0.5,1,2], }, "yAxis": { "type": "value", "min": -0.06, "max": 0.06, "interval": 0.002, }, "series": [ { "name": "测量值", "type": "bar", "data": [0.001,0.002,0.001], "markLine": { "data": [ { "name": "上限", "yAxis": 0.005, "lineStyle": { "color": "#ff4444", } }, { "name": "下限", "yAxis": -0.005, "lineStyle": { "color": "#ff4444", } } ], "symbol": "none" } } ] }` <img width="1853" height="744" alt="Image" src="https://github.com/user-attachments/assets/4e1e0e24-5877-446a-b553-2f0584bec754" /> `option ={ "xAxis": { "type": "category", "data": [0.5,1,2], }, "yAxis": { "type": "value", "min": -0.06, "max": 0.06, "interval": 0.002, }, "series": [ { "name": "测量值", "type": "bar", "data": [0.001,0.002,0.001], "markLine": { "data": [ { "name": "上限", "yAxis": 0.05, "lineStyle": { "color": "#ff4444", } }, { "name": "下限", "yAxis": -0.05, "lineStyle": { "color": "#ff4444", } } ], "symbol": "none" } } ] }` ### Current Behavior Doesn't yAxis in markLine support 3 decimal places? ### Expected Behavior Doesn't yAxis in markLine support 3 decimal places? ### 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]
