v2.1.0
Dimple version 2.1 contains a few fixes and features including one new feature which I've had a lot of requests for:
- Pie Charts - After many requests, and despite my own dislike of them, Dimple now supports pie charts in a variety of shapes and sizes. They are really nice to combine with other charts (example) so get creative!
- Require.js and AMD support - Merged pull request (#81) from Stephen James refactoring dimple so that it plays nicely with Require.js and AMD.
- It's now simple to define bubble radius using the new series.radius property. This will either define the size of points on a scatter plot or the maximum size of a bubble in a bubble chart.
- Dual Category Line Charts now order correctly (Issue #71)
- Line Charts now work correctly with a custom event handler (Issue #75)
- Fixed an unusual case where dimple didn't display all points of an area chart where some shared rounded x pixel values (Issue #79)
- Fixed a problem when sorting a list containing a zero string (Issue #84)
- Fixed a bug with the _getOrderedList function (Issue #87)