xinchen37 opened a new issue, #19068:
URL: https://github.com/apache/echarts/issues/19068

   ### What problem does this feature solve?
   
   柱形图数据差异过大, 设置 yAxis: { type: "log" }  series: [
       { type: "bar", stack: "total" },
       { type: "bar", stack: "total" }
     ] 柱图分布不均匀,比如A柱 A1的值小于A2,但是显示A1柱高度要大于A2柱
   
   ### What does the proposed API look like?
   
   [DOME](https://codepen.io/xinchen37/pen/NWerwab)


-- 
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]

Reply via email to