Re: "loading" modal with chart range filter

102 views
Skip to first unread message

asgallant

unread,
Aug 9, 2012, 1:01:46 PM8/9/12
to google-visua...@googlegroups.com
It looks like the problem is with the ChartRangeFilter, not the chart, and the solution is to cut down on the amount of data used by the filter.  I built a test case where I have a data table (5x20000), which uses columns 0 and 1 in the filter.  Without further restricting the data, the control is sluggish.  When I also filter the rows being used by the control (limiting to every 10th row in my case), the control works smoothly: http://jsfiddle.net/asgallant/zRjX5/ 

On Thursday, August 9, 2012 11:52:58 AM UTC-4, TWright wrote:
I am working with a graph with a lot of data, I am using the chart range filter control. Given the amount of data, sliding the control to a new range is very sluggish.
I am wondering and trying to figure out how, if I can, use an event to defer updating the graph in real time. e.g. slide control to a new range, "loading" modal pops up, chart redraws to new range, loading modal disappears. Ideas?

TWright

unread,
Aug 9, 2012, 3:03:12 PM8/9/12
to google-visua...@googlegroups.com
Thank you, drawing time is cut down significantly! This will do for the time being.

I have a data table (5x20000)
I'm seeing 4x20000, almost the same size I'm working with though.

asgallant

unread,
Aug 9, 2012, 5:30:26 PM8/9/12
to google-visua...@googlegroups.com
The dataTable is 5x20000 - 1 axis + 4 data series.

TWright

unread,
Aug 9, 2012, 5:44:20 PM8/9/12
to google-visua...@googlegroups.com
ha. always forget about that column. thanks again.
Reply all
Reply to author
Forward
0 new messages