With Gauges - setting min value, to anything other than a whole # causes problems

Issue #24 wontfix
Patrick Kutch created an issue

call .setMinValue() with something like 5.0 is great. with 5.5 then issues occur.

Comments (2)

  1. Gerrit Grunwald repo owner

    The trick is to find a good combination of major and minor tickspace for non integer values for minValue and maxValue

  2. Gerrit Grunwald repo owner

    e.g. for minValue of 5.5 you could try a majorTickSpace = 2.5 and minorTickSpace = 0.5

  3. Log in to comment