Suggestions for using google line charts on VERY large datasets.
35 views
Skip to first unread message
Tom Cumming
unread,
Nov 28, 2017, 1:20:10 AM11/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I have a large database where a user could select a range of data that could return millions if datapoints in X. (time). What would the best way to handle this? I'm thinking along the lines of averaging chunks down to the number of pixels the chart is wide (i.e, a chart 1000 pixels across that is plotting 1 years worth of data, I'd average the data into 1000, 1/1000'th of a year data points).
Any advise?
Tom Cumming
unread,
Nov 28, 2017, 1:24:35 PM11/28/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Oh, I should have said that I'd do the data reduction on the server side, so that I only shove 1000 data points up to the client.