how to show legend in graphs using flot
- by robezy
Hi,
I'm using flot library to show plot graph. I need to show the legend in a separate div.
Quoted from flot api.
If you want the legend to appear somewhere else in the DOM, you can
specify "container" as a jQuery object/expression to put the legend
table into.
So i wrote the legend options as below.
…