mrdulin commented on issue #21444:
URL: https://github.com/apache/echarts/issues/21444#issuecomment-3692267337

   > `barMinHeight` should not be conditional. If you have such requirement, 
consider not using `barMinHeight`, and instead, change `data` dynamically like: 
`data: [10, 0, 20, 30, 0.01].map(n => n > 0 ? Math.max(n, 1) : 0)`.
   
   Sorry, can you explain clearly why the data should be mapped to `Math.max(n, 
1)`? 


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