Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Y-Axis Value doesnt start from 0 by default

    http://www.smartclient.com/smartgwtee/showcase/#dynamicDataCharting]

    In the above example, the Y- Axis Value starts from 13,500. Is there any way of changing this to start from 0 or to toggle between the two scenarios.

    Thank you

    #2
    solution:

    chart.setAxisStartValue(0.0);//Y

    Comment

    Working...
    X