Hi Daniel,
Thanks, the async command is great, I was going to spawn a web worker but
this is much easier option.
The time from setting google.visualization.arrayToDataTable to
when chart.draw(data, options) returns is about 4 seconds for 93K points
with out aysnc. (I instrumented the JavaScript method to measure
performance)
While its true that the individual data points are not consumable at the
scale, I want to show the entire data set in its full fidelity. When I do
that the client really slows down even after graph is fully loaded are
there other options I could use to improve client performance after the
visualization is fully loaded?
Here are the options I have set currently:
var options = {
title: 'Skew Graph',
curveType: 'function',
legend: { position: 'bottom' },
enableInteractivity: false,
async: true
};
I guess I could always do fewer data points lowering the fidelity of the
graph but then there is a risk of data loss.
Thanks,
Dale
--
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/d/optout.