qroft commented on issue #10374: The chart columns overflow the grid area for a 
stacked bar chart with logarithmic Y axis
URL: 
https://github.com/apache/incubator-echarts/issues/10374#issuecomment-489263086
 
 
   If i found out correctly, the chart does not calculate the maximum value of 
all stacked bars.
   First i added this to my xAxis
   `max: 'dataMax'`
   And the layout was broken again.
   Then i manually calculated the sum of all my bars and added this:
   `max: 14.05`
   
   With the latter, my stacked bar looks correct like it should.
   
   My temporaray solution: calculate the sum of all values in a variable and 
add that variable like this:
   `max: myItemsSum`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to