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.
