Version History

For links to download each release, see the Downloads page.

1.1.0

2014-12-03

Highlights include:
  • dygraphs is now "retina" compatible.
  • Dramatically improved performance for filled charts (i.e. fillGraph)
  • More sensible date ticks: "Jan 08"→"Jan 2008", "29Jan"→"29 Jan"
  • Using a non-existent option now throws (w/ dygraph-combined-dev.js)
  • x-axis log scales
  • The labelsUTC option forces UTC formatting for all labels.
  • The new DataHandler system allows for more flexibility in data loading.
  • "this" is set to the dygraph in all callbacks.
  • dygraphs has shrunk, because we moved some stuff into "extras" (133kb→122kb)
This will be the last major release to support browsers without a native <canvas> implementation. See blog post for more details.
1.0.1

2013-08-29

Minor bug fixes and updates to web site.
1.0.0

2013-08-14

Initial Release. See blog post.