I am using flot charts API for showing the graphs and I am successful in plotting the data. I am loading around 30 charts in one page and I am rendering them in ui-tabs.All the
You can move event to generate plot after tab is clicked - see this: JQuery onchange in tabs event
for example:
$("#tabs").tabs({ activate: function(event, ui) { function to generate plot... } });