Open GoogleCodeExporter opened 8 years ago
I found a good solution to this frustrating problem. The graph can be manually
redrawn with a javascript function already defined. You just have to call it
on the right event on the tab panel:
onitemchange="repweb_sectorAlloc_chart_drawJSFlotChart(); return true;"
where "sectorAlloc" is my chart div id and repweb is my application name.
JSFlot builds the javascript function name. If you have trouble finding the
function name, view source in browser and you should see it. Call that
function on the tab change event and it works like a charm
-Jae F. Muzzin (jmuzzin@sterlingmutuals.com)
Original comment by jaemuz...@gmail.com
on 24 Jul 2015 at 9:06
Original issue reported on code.google.com by
xfer...@gmx.de
on 1 Jun 2012 at 5:41