helgasoft commented on PR #19602: URL: https://github.com/apache/echarts/pull/19602#issuecomment-1936374853
The purpose of stacked lines is to show totals. This PR would make totals at **all red points incorrect**. I think responsibility for such "fixes" belongs to the developer, not to the charting library. Solution is simple - **preprocess your data** by removing or approximating missing values, then ECharts will gladly display what you want to see.  -- 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]
