voidlabs / elycharts

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

funnel: highlight animation issue #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using the following highlight configuration on a funnel:

defaultSeries : {
    highlight : {
        scale:[1,1.15],
        scaleSpeed : 100,
        scaleEasing : '<',
        restoreSpeed : 100,
        restoreEasing : ''
    },

When the mouse comes from the outside or go outside the animation is OK, but 
when moving from one piece to another of the same funnel the animation is 
broken.

Original issue reported on code.google.com by stefano....@gmail.com on 9 Sep 2010 at 11:03

GoogleCodeExporter commented 9 years ago

Original comment by eric.g...@gmail.com on 17 Sep 2010 at 5:29