michelson / lazy_high_charts

Make highcharts a la ruby , works in rails 5.X / 4.X / 3.X, and other ruby web frameworks

Home Page:http://www.suipit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redraw method

kntmrkm opened this issue · comments

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!