helgasoft commented on issue #21003: URL: https://github.com/apache/echarts/issues/21003#issuecomment-2921353072
bug confirmed. There are two **workarounds**: - replace all 0 with null, no labels will be shown - replace all 0 with -0.00001 and set ```label.formatter: (v) => Math.round(v.value)``` -- 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]
