Hi,
I recently updated to Q3 version and noticed a change in the CategoryAxis Plotbands. I can no longer set the From/To setting of Plotband to decimal number. For example, say the chart has 20 categories. Earlier I could do something like:
but now in Q3 seems like I can only use integers.
Has this changed in Q3 or some additional chart configuration I need to set to be able to use decimal numbers as before?
Thanks,
Amrinder
I recently updated to Q3 version and noticed a change in the CategoryAxis Plotbands. I can no longer set the From/To setting of Plotband to decimal number. For example, say the chart has 20 categories. Earlier I could do something like:
categoryAxis: {
...
plotBands: {
from: 10.5,
to: 11.5,
color: "#443300"
}
}but now in Q3 seems like I can only use integers.
Has this changed in Q3 or some additional chart configuration I need to set to be able to use decimal numbers as before?
Thanks,
Amrinder