Berkeley Ecoinformatics Engine

Visualization Example: Sensors Line Chart using D3.js

This line chart has been built using data from the Berkeley Ecoinformatics Engine API. It gets data from the Sensors database, and lays out an svg line chart using the D3.js javascript library. The chart was developed using an line chart from the D3 examples gallery as a starting point, and also borrows from some sample code that enables the tooltip on mouseover.