ivannrs commented on issue #20893: URL: https://github.com/apache/echarts/issues/20893#issuecomment-2778036332
Thanks for the fast reply. It really might be because of the sampling, but the inconsistency is a bit strange. At first I thought it is because of the dataset dimensions because I switched from series[data] to dataset[source][object_dimensions] and I did not observe this behavior before. Another difference is that I have added timestamps matching exactly 00:00:00 since i want to work on daily basis. I am currently adding onDataZoomEvent to trigger another zoom so it always have start and end at 00:00:00 in case of zooming to different time. Why would the chart be able to render the orange line but not the blue line for the same periods and points ? Do you have any suggestions on how i can improve this ? I was thinking to entirly switch from type:"time" to type"category", but then i have to create custom grouping(I think you call it sampling) if possible, so it shows years/months/days/. Here is also a video demo of the behavior: [LINK](https://www.youtube.com/watch?v=-xJFen_wxJA) Thanks in advance. -- 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]
