Hi,
I am creating a sortable table, where the json string is about
150000 characters total, looking something like:
{"cols":[{"type":"number","label":"Rank","id":"1"},
{"type":"string","label":"Item","id":"2"},
{"type":"number","label":"Amount Sold","id":"3"}],"rows":[{"c":[{"v":
1},{"v":"Item1"},{"v":27561.0}]},{"c":[{"v":2},{"v":"Item2"} ...
The table seems to take up a lot of my computers resources. Are there
techniques to decrease this ballooning with this size of a dataset? I
assume it is the large json string being processed all at once - are
there techniques to break this up at all?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.