MatthiasMert commented on issue #19522:
URL: https://github.com/apache/echarts/issues/19522#issuecomment-1897897626

   You can adjust `splitNumber` individually for each `yAxis`. See [this 
example](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxj-xUqQrU6AN0YANkq87uh4IAEQYAByCgC2AEZUHEQAzI6kDu6onujeNLL-QcoZnuGRMfFJKbAATKWwdiTWGXjJEFSEsKLZoWSUBbSR0CV9QmAi3QCMAKwADDx1qQt1tQAsi7VTAByLU6kze2sA7JsAbHMt7lmeObn5dMOjubDOuHgAktACVBhEUw1BMIxLVlosDmdNjtFts5iszqlTrAZidFscZmcrp4muhbHYANxAA).
   
   But `splitNumber` doesnt always do exactly what you specified. From the 
[documentation](https://echarts.apache.org/en/option.html#yAxis.splitNumber):
   
   > Note that this number serves only as a recommendation, and the true 
segments may be adjusted based on readability.
   
   If you want your label intervals exactly you can make use of [`min` / 
`max`](https://echarts.apache.org/en/option.html#yAxis.min) and [`minInterval 
`/ `maxInterval`](https://echarts.apache.org/en/option.html#yAxis.minInterval).


-- 
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: commits-unsubscr...@echarts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to