Produce Interactive, Zoomable Charts of Time Series: dygraphs
Posted on December 23, 2009, Filled under JavaScript,
Bookmark it
Thanks for visiting our website! We regularly publish posts like this one. If you are interested in receiving the latest updates as soon as they are posted, please consider subscribing to the RSS feed or to our e-mail newsletter.
dygraphs is a lightweight (45kb) and responsive JavaScript Visualization Library that produces interactive and zoomable charts of time series. This library is designed to display dense data sets and enable users to explore and interpret them.
Being purely client-side JavaScript, dygraphs does not send your data to any servers: the data is processed entirely in the client’s browser.
Features include:
- Plots time series without using an external server or Flash
- Compatible with Internet Explorer (using excanvas) and Google Visualization API
- Shows values on mouse over (this makes it easily discoverable)
- Supports error bands around data series
- Adjustable averaging period
- Can intelligently chart fractions
- Customizable click-through actions
- Intelligent defaults make it easy to use
- Source: http://danvk.org/dygraphs/
- Demos: http://danvk.org/dygraphs/tests/
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- December 23, 2009
- article by Gabriel C.
- Leave a reply!
Sponsors
Related Posts
-
Add Interactive JavaScript Charts to Your Site Using Highchartsat December 4, 2009 with 1 comment
-
Create Graphs and Charts using the MilkChart MooTools Libraryat October 6, 2009
-
pChart: Free PHP Class to Create Aliased Chartsat February 27, 2010
-
Free Animated Flash Charts and Graphsat December 25, 2008 with 4 comments
-
Create Accesible Charts/Graphs using Canvas and jQueryat July 9, 2009

