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.
