helgasoft commented on issue #18330:
URL: https://github.com/apache/echarts/issues/18330#issuecomment-1454968779

   two ideas:
   - divide all large values by 1000 (and/or 10K, 100K, etc.) to make them 
comparable to the small ones. Then add **labels** like "x1000", "x10K", etc. to 
the corresponding bars. Or do the same but with a normal (non-stacked) bar 
chart.
   - divide data by value into 2,3,etc. groups (if you can) and display in 
separate normal bar charts
   


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