How to handle barchar height with negative values #624
Unanswered
freudarian
asked this question in
Q&A
Replies: 1 comment
-
@freudarian Did you ever find any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm building a counter and register daily counts in the graph, bar chart vertical. When I set a height it works good with the positive values, I see that the values on Y rescale.
But a user can also count negative values. But in this case the graph becomes bottomless.
I added a screenshot to illustrate. I can't find any solution within current options to avoid this. I only want to show the noOfSectionsBelowXAxis conditional IF values exist below 0. Also when I use noOfSectionsBelowXAxis the bars are cut off, and the horizontal line is always visible even if there are no negative values counted.
Is it a bug or a feature ? I would like to see that the height of the chart handles negative values the same as positive values, contained and limited within certain height, but I am not sure if I should create an issue for this. So I ask first my question here.
I expect behavior like this, change some value to -300, and you will understand what I mean by rescaling.
https://www.highcharts.com/demo/highcharts/column-negative
Please help :)
Beta Was this translation helpful? Give feedback.
All reactions