lazy_high_charts
lazy_high_charts copied to clipboard
Redraw method
trafficstars
Are there a redraw method with any helper?
Hi , there is not redraw support as a ruby helper, but you can call the function on the js chart object maybe we could implement a .setData() helper , it will call redraw()
OK, like a below? http://jsfiddle.net/NxEnH/8/
The .setData() helper binds to a any DOM.
And call redraw() in JS?
Looking forward the helper. Thanks!