Interactive visualizations of time series using JavaScript and the HTML canvas tag
The dygraphs JavaScript library is a tool for creating interactive and zoomable charts of time series data. It provides features such as plotting time series without external servers or Flash, support for error bands around data series, interactive pan and zoom, and more. Dygraphs is compatible with the Google Visualization API and offers extensive customization options. It can be easily installed from NPM and used with module loaders like browserify or webpack.