Hi,
I'm creating a stacked column chart, and having a problem.
Instead height of chart equal to height of maximum column as picture:
https://gyazo.com/6d28040a8c4fb4bac3ea18e0cd22d2a0
I want to height of chart greater than height of maximum column (ex: 20px)
And maximum value of vertical axis greater than value of maximum column too.
(Now value of vertical axis is 35, value of column is 39)
How to do that?
Thanks in advance.
Hello,
You can set the maximum value for the axis to be the same as your highest column value. The minimum value should also be set and in order to make the highest value the same you should play with the interval also.
I have created sample to demonstrate this.
Let me know if I may be of further assistance.