marcomaisel commented on issue #16739: URL: https://github.com/apache/echarts/issues/16739#issuecomment-1109399356
Thanks for your suggestion! Replacing `0` with `null` makes it significantly better for now and it doesn't look as wrong as before. However, this does not make the rendering correct yet. On wider zoom levels there is still the problem that the representation of each day is not a straight stacked line: Current behaviour on wider zoom levels with `0` replaced with `null`:  Correct rendering when scrolled in a bit more:  -- 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]
