=== 1.0.5 / 2011-09-03
* enabled all svg_graph tests[liehann]

=== 1.0.4 / 2011-09-03
* Data point shape is configurable based on rule matches on description. It defaults to usual circle with radius 2.5. [pgbossi]
* New shapes can be specified through lambdas that accept parameters x,y (coordinates) and the dataset number.[pgbossi]
* Max x and y values & allow Time objects in TimeSeries data. [pgbossi]
* Popup hovering area is now customizable (it defaults to radius=10). [pgbossi]
* Some DataPoint shapes can be marked as overlays. [pgbossi]

=== 1.0.3 / 2011-08-04
* Removed unused variables which raises warnings on ruby head
* Bug fix: Test raises error on different order of xml attribute
* Merge pull request #2 from liehann/master
* Max values and improved Time data handling.
* Merge pull request #1 from thinkingbox/master
* Adding scattered plot support with :show_lines =>false Rounding values to integers in popups can be disabled with :round_popups => false Optional description gets shown in popup


