Hi, we're sorry we missed your post. We generally track the google-visualization-api<https://groups.google.com/forum/#!forum/google-visualization-api>group more than this one, but we try to do both. We are aware of these issues with the Histogram and are actively working to fix them. However, your first issue is more of a feature. The Histogram tries to detect when it has too much data to show individually, and aggregates the stacks into one. That's why you're only seeing two selectable regions: one for 49 items (and it's tooltip reflects that by saying "Items: 49"), and one with one item. If you increase the amount of vertical space given to the chart, it should start rendering all the individual items.
That said, there are known issues with Histogram selections and tooltips, and we are actively working to fix this. This will hopefully make our next release (v39), but I don't have an estimate for when we will release that just yet. Probably within the next two weeks, almost definitely within the next month. That said, I see the correct tooltip for the outlier, though I do believe that that may not always be the case. - 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:15:25 UTC, Sam Halliday wrote: >> >> BTW, I see this even with the 1.1 Release Candidate. >> >> On Tuesday, 18 March 2014 10:11:37 UTC, Sam Halliday wrote: >>> >>> Hi all, >>> >>> I have a minimal example of a Histogram that renders incorrectly: >>> >>> https://gist.github.com/fommil/9617089 >>> >>> (caveat: the data is probably not minimal but the Javascript is). >>> >>> This data is simply a list of (Name, Number) pairs. The histogram itself >>> appears to look correct, but the following are incorrect: >>> >>> 1. the mouseover shows two selectable regions: but in fact the first >>> should contain 49 data points and the other region should only contain one. >>> 2. the labels for the regions are completely incorrect. The first region >>> is using an arbitrary label of a single datum and the other region (the >>> outlier) is registering as ("1410", 1.763)... but it should be ("1429", >>> 29.324) >>> >>> This may well be related to my other message regarding incorrect select >>> values. I'll try to get a minimal failing example for it also and post it >>> on that thread. >>> >>> Best regards, >>> Sam Halliday >>> >> -- > 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.
