ijingshan / gwt-charts

Automatically exported from code.google.com/p/gwt-charts
0 stars 0 forks source link

Getting selections on MAP #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a map chart and addSelectionHandler
2. In handler call mapChart.getSelection();
3. Calling getrow or getcolumn on any selection object from list above yields 
null

What is the expected output? What do you see instead?
To see row/col number from corresponding data table. What's the proper way to 
get information pertaining to long/lat/tooltip values for a selected map marker?

What operating system, browser and version are you using?
latest version of gwt-charts

Original issue reported on code.google.com by sob...@fertiletech.com on 14 Oct 2014 at 2:22

GoogleCodeExporter commented 9 years ago
Disregar/close, getcolumn returns null but getrow works fine. This is expected 
behavior for MAP chart, just didn't test properly. Thx.

Original comment by sob...@fertiletech.com on 15 Oct 2014 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by rglafo...@gmail.com on 15 Oct 2014 at 10:10