voidlabs / elycharts

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

Tooltips are not removed by $(elem).chart('clear') method #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create chart
2. Hover over data point so that tooltip appears
3. Execute $(elem).chart('clear')

What is the expected output? What do you see instead?
Clear clears, but tooltip is not removed.
Expected tooltip to be removed from DOM or become hidden.

What version of the product are you using? On what operating system?
Elycharts v2.1.5
Windows 8.1, Chrome

Original issue reported on code.google.com by aau...@grovo.com on 4 Feb 2014 at 7:36

GoogleCodeExporter commented 9 years ago
I just tested this on latest trunk (2.1.5-SNAPSHOT) and the tooltip is cleared, 
too.
The clear function has been fixed during 2.1.5-SNAPSHOT, so if you got one of 
the first versions of 2.1.5-SNAPSHOT it doesn't contain the right code.

Can you please check again with latest 2.1.5-SNAPSHOT?

If you see the problem please submit the html page or a jsfiddle/jsbin where I 
can reproduce the issue as I wasn't able to reproduce it on charts found on 
elycharts.com/gallery.

Original comment by stefano....@gmail.com on 5 Feb 2014 at 7:47

GoogleCodeExporter commented 9 years ago
As you didn't reply I mark this as Fixed in 2.1.5-SNAPSHOT.
If the problem is still visible on the latest 2.1.5-SNAPSHOT then please reopen 
this.

Original comment by void...@gmail.com on 17 Feb 2014 at 12:05

GoogleCodeExporter commented 9 years ago
Sorry, didn't get a chance to reply, but yes, this is fixed with the latest 
snapshot.
Thank you.

Original comment by aau...@grovo.com on 19 Mar 2014 at 5:28