Dynamically Resizing Flotr2 Charts

1k Views Asked by At

Is there a good way to resize Flotr2 charts after it's rendered? The only way I know right now is to redraw it. If found that if I just change the size of the canvas, the chart simply disappears.

1

There are 1 best solutions below

2
On

Maybe you could try this plugin:

jquery.flot.resize.js

Flotr Resize Example