Hello, we're sorry we missed your post. We generally check the google-visualization-api<https://groups.google.com/forum/#!forum/google-visualization-api>forum more than this one. You can also file an issue against us here <https://code.google.com/p/google-visualization-api-issues/issues/list>. However, we are aware of this issue and are actively working on it. This fix should make the next release.
- Sergey On Thu, Mar 27, 2014 at 5:24 AM, Sam Halliday <[email protected]>wrote: > Dear developers of Google Charts, > > Have you been able to see the same broken behaviour that I've caught in > this minimal example? > > Has this been missed because you have an alternative preferred route for > reporting bugs? > > > On Tuesday, 18 March 2014 10:42:56 UTC, Sam Halliday wrote: >> >> I have a minimal failing example for this here: >> >> https://gist.github.com/fommil/9617656 >> >> (again, data is not minimal, but code is). >> >> Click any value and note that the tooltip disagrees with the value >> recovered from the handler. >> >> >> On Monday, 17 March 2014 11:06:11 UTC, Sam Halliday wrote: >>> >>> Hi all, >>> >>> I have a Histogram with two sets of data on it (no null interpolation) >>> and when I receive a 'select' callback, the row/column is just plain wrong. >>> >>> Are there any known issues with this kind of callback under these >>> circumstances? >>> >>> Data looks like, e.g. >>> >>> Name | Data 1 Value | Data 2 Value| >>> ----------------------------------------------- >>> 1 | 1.1 | null >>> 2 | null | 1.2 >>> ... >>> >>> I'd actually interested in the data.getValue(row, 0) (so that I extract >>> the name of the datum) but that comes out wrong and when I click on an >>> element and use data.getValue(row, column) the result almost always comes >>> out as null. >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Google Chart API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-chart-api. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Chart API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-chart-api. For more options, visit https://groups.google.com/d/optout.
