helgasoft commented on issue #19598: URL: https://github.com/apache/echarts/issues/19598#issuecomment-1934571324
Here we go again with the fundamental question - How far should a chart library go to accommodate data exceptions? **Line chart** has _connectNulls_, yes but it displays only existing points and line series are independent. **Stacked line chart** now correctly shows the missing data. But you say _"it should behave as if an interpolated value of y=2 is there"_. Doesn't that mean that ECharts should **fabricate data** ? I think such responsibility should be taken by the developer, not by the chart library. -- 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]
