I'll document this better. Also coming up: speed improvements for histograms with lots of data.
Jon On Sat, Dec 28, 2013 at 3:18 AM, Ronald Chen <[email protected]>wrote: > Nevermind, I got it. > > You can control the hAxis ticks for the column chart to put them in > between bars. The trick is to also use a continuous hAxis. This feature > isn't documented very well and could use some examples. > > > On Friday, December 27, 2013 11:42:57 PM UTC-8, Ronald Chen wrote: >> >> I have millions points of data which I have already done the frequency >> calculation into fixed bins. >> >> All I want to do is plot in an histogram. But the problem is Google's >> Histogram Chart wants to do this frequency binning for you, but this is not >> possible due to the amount of data. >> >> I tried using a column chart, but its missing the feature of being able >> to label between the bars (like in a real histogram!) >> >> I am not going to label my bars 0-50, 50-100, etc. I will choose another >> library before I do that. >> >> Is there any way to get Histogram Chart to taken in my frequency data? >> Or make Column Chart label between bars? >> > -- > 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 > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
