helgasoft commented on issue #19234: URL: https://github.com/apache/echarts/issues/19234#issuecomment-1776549907
Well, it is already supported - bars are stacked. But the axis is nonlinear, so the **proportions** of stacked bars will always be incorrect. Therefore the concept of using stacked bars in a log chart does not make sense as I explained in #18330. [This demo](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=EYQwTmAEC8kN6QC4E8AOBTAXJARKMOANJAM6IgDGA1tjogPbkA2RkA-gJaLoC2AyiiZY49VJS7JMABgB0AVkgBfRYQCwAKFGIO9AHYx4GyJCEBzdLoAm2OCqNJ69JttQ27645ZDkS6RDftjEnoAVzAKLEgAbUDjaJxUMHpLEIpEVhwAJikARjkM7JyANgLcgHYcAF01DzjjKJwAYUcqDnRWbKkpYk7iHK6u6shY-pwAISSAd102jq6-ge7ITqXIatjK-3djBidgegAPTDgAM3RvMOEeEFMOCgAVNGEUDEwogHIySip3yuVtyAHACCBw4JBsSCetAo3nQpnoYGQOCUNWMyBBYIhL0iOCY9FMrGuRxWSx4HF0mByKPsvjAbXB0Vi-DAxGZrPAYHsm3UigA3EA) shows it again - **first** entry in each group has correct (measurable) size, The **total** height for each group is correct also, But everything in-between is "fake size". The solution would be to use regular non-stacked bars, click on the stack icon to see the difference. -- 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]
