helgasoft commented on issue #20546: URL: https://github.com/apache/echarts/issues/20546#issuecomment-2505300168
confirmed - serious **bug** on axis scale on very narrow data range 🐛 🐛 Adding ```yAxis.max:1``` does not fix it (since the range remains too small), setting ```max:'dataMax'``` is even worse. The only workaround is to set _max_ to a value several orders of magnitude bigger than the data value range - [Demo](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMrGAJ4gCmRA5JALYXWwC-ANLGrKTvkUrHgDGAQwA2VEgCcArhXZ1hGAgEYAdAAZNW5ewBaCpdQAmwsMICyi6mw7oA5pIhG-sQTDMRoAGWEAjCqIEYDIULKycYMDAopAgBEhsnHgUjhSEsADanOio6Hkk5BLUop6M4fnoJmZEWRV5GdQATOqNACwAtMrq7Y0ArNTs6qoAnKNj4xMAHAC65XWZTS0dXT0AbAOwQxPb4zNzdQ3NbZ3djQDsG1s7O6vT2Xl3-cycd8wA3EA). -- 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]
