The histogram chart (https://developers.google.com/chart/interactive/docs/gallery/histogram) provides wonderful UI for histograms.
But now we have 1 million double numbers that need to compute histogram. How is its performance? Will it be very slow or even crash? We can pre-process the data and store the ranges of bins with corresponding count in each bin. But it is not the data could be accept by the histogram API. It is possible to draw column charts with some hack (E.g., set the value to be the middle of range), but it doesn't seem to be a elegant solution. Do you have any suggestions? -- You received this message because you are subscribed to the Google Groups "Google Visualization 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/5b431dd1-b871-4333-a765-90fb3346459c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
