Hi,
We are using a FacetChart to show a bar graph that represents a % value (0-100) on the Y-axis. We have recently upgraded our licence to version 6 from 4 to get the following functionality:
chart.setAxisStartValue(0.0);
chart.setAxisEndValue(100.0);
However, we see different behaviour for the Y axis scaling or ticks when the graph has data and when the graph has zero values. See the two screenshots for details.
Is there something else we need to set? E.g. can we specify the scaling?
SmartGWT version: 6.0p
Without Data:
With Data:
We are using a FacetChart to show a bar graph that represents a % value (0-100) on the Y-axis. We have recently upgraded our licence to version 6 from 4 to get the following functionality:
chart.setAxisStartValue(0.0);
chart.setAxisEndValue(100.0);
However, we see different behaviour for the Y axis scaling or ticks when the graph has data and when the graph has zero values. See the two screenshots for details.
Is there something else we need to set? E.g. can we specify the scaling?
SmartGWT version: 6.0p
Without Data:
With Data:
Comment