voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

Compatibility with Raphaeljs 2.0+ (was: Rapaheljs 2.1.0) #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It does not work with the new raphael!

Original issue reported on code.google.com by etien...@gmail.com on 4 Apr 2012 at 9:30

GoogleCodeExporter commented 9 years ago
I agree! Example 2 on Elycharts Example page (line chart style 2) doesn't work 
with new Raphael; the lines are sunk to bottom and the points are too.  If you 
mouse around you can get the points to lift/bounce up to where they belong, but 
not the lines.

Original comment by gullygu...@gmail.com on 6 Mar 2013 at 10:20

GoogleCodeExporter commented 9 years ago
Raphael 2 changed the signature of the animateWith method and now it requires 
one more object (not available in Raphael 1) in order to work.

Weird thing is that it doesn't throw any error if you call it with the 1.5 
parameters so it took a lot to find what didn't work.

Now I patched elycharts to detect with Raphael.js is available and change 
behaviour according to this (I hope). Code commit coming soon.

Original comment by stefano....@gmail.com on 14 Jan 2014 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by stefano....@gmail.com on 14 Jan 2014 at 9:52

GoogleCodeExporter commented 9 years ago
Issue 25 has been merged into this issue.

Original comment by stefano....@gmail.com on 14 Jan 2014 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by stefano....@gmail.com on 14 Jan 2014 at 10:44