Cool Jon.

Histogram speed isn't the problem.  Its the amount of data.  I am not just 
doing 1 histogram per page, I am doing hundreds of histograms per page. 
 I'll have hundreds of millions of raw data points per page.  And this is 
why I am calculating the frequency ahead of time.

On Saturday, December 28, 2013 5:39:54 AM UTC-8, [email protected] wrote:
>
> 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]<javascript:>
> > 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.

Reply via email to