you need to call chart.redraw() to show the new data.
In the old lib, you can call store.setMonitorChange(true). Is there an equivalent call needed here? I tried store.setAutoCommit(), but that did not work.
Thanks, bindStore is the correct call. However, Gauge chart has a bug which causes a crash when you call store.clear(). so I am back to calling redraw().