lserni commented on issue #12621: URL: https://github.com/apache/echarts/issues/12621#issuecomment-1792533158
A workaround is to first run a .map on the data series, fixing the values according to whatever policy is deemed better for the visual representation - depending on the scenario, I'm replacing the invalid values with 1 or with 0.0000001, or with `Math.exp(Math.max(Math.log(Math.max(DataMin, 1.0)),-1000000.0))`. -- 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]
