I am interested in knowing the most lightweight javascript library for plotting interactive graphs. The data that I have is mostly scientific data related to ocean research.
I know a few of the jquery library namely Highcharts, and JS charts. But what I am looking for is most lightweight library. The graph does not need to feed live data but it must be interactive.
I would definitely recommend D3.js.
There are some extremely well made data driven documents and examples using it. Many presentations from the recent VizSec conference made use of it as well.