Threaded View
-
1 Nov 2012 4:40 PM #1
In GXT 3.0.2b, NumericAxis.setMinimum() doesn't work - minimum is always 0.
In GXT 3.0.2b, NumericAxis.setMinimum() doesn't work - minimum is always 0.
Hi,
In GXT 3.0.2b, I have a bar (column) chart. I am setting the minimum of the numeric y-axis to 1, but still getting it started from 0. My y-values are in the range 0 - 63. So I need to see in the chart only bars for values greater than 1. Instead I see bars for all values.
It looks like the implementation of the method snapEnds() resets minimum (this.from) to 0 in line 364.
Best regards,
Arkady.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2560
in
3.0.5.


Reply With Quote