Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a bar chart which is working perfect but when the values are zero because of filtering I can see the following picutre
also with small amounts it looks strange
when having values over 10 the picture is perfect.
Hi @peisenrot,
Wha you could try is to adjust the axis scale manually. You can set the minimum and maximum values for the axis, as well as the step size. By setting the minimum value to zero and adjusting the step size, you can ensure that the bars are always visible, regardless of the value.
Another solution is to use a logarithmic scale for the axis. This can help to compress the scale for small values and expand it for large values, making it easier to see the differences between values.
I hope this helps!
Hi @peisenrot,
Wha you could try is to adjust the axis scale manually. You can set the minimum and maximum values for the axis, as well as the step size. By setting the minimum value to zero and adjusting the step size, you can ensure that the bars are always visible, regardless of the value.
Another solution is to use a logarithmic scale for the axis. This can help to compress the scale for small values and expand it for large values, making it easier to see the differences between values.
I hope this helps!