I have a column chart in which I want the vertical axis to have a maximum value of 50% no matter what the values are.
Problem: What ever I do the vertical axis auto shrinks to 20% when values are not greater than say 17%. And as you can see in the screen shot below, the two axis have different scales.
Details: The values have the form of 0.15 and I have set the maximum to 0.5. There are two value fields (two bars side-by-side) and the secondary axis have the same properties as the Primary axis.
If I set the maximum value to 1 in both axis it stops auto shrinking and behaves as expected.
Also, if I change the values from Percent to Number it also behaves strange and auto-shrinks to 0.2.
Have I found a bug? Is there a workaround?