youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

markers labelFormatter function doesn't provide access to the obj.series data #204

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a bubble chart and assign a labelFormatter function to the "markers"
2.
3.

What is the expected output? What do you see instead?
The object passed in to the labelFormatter function doesn't provide access to 
the obj.series data, which does exist for the mouse trackFormatter function.  I 
would like to be able to use obj.series.label in the "markers" labelFormatter 
as I can do with the mouse trackFormatter, but this is currently not possible.

What version of the product are you using? On what operating system?
flotr from 
https://flotr.googlecode.com/svn/trunk/flotr/flotr/prototype/flotr.js, Firefox 
6.0, Windows 7 x64.

Please provide any additional information below.

Original issue reported on code.google.com by wireless...@gmail.com on 19 Aug 2011 at 1:22