Hi. The annotated timeline indeed has latency issues when the number of records is very high. As a first step you can verify what takes the majority of the time - fetching the data or rendering the visualization.
You can also consider using broader granularity for the data. For example, if currently you have a record for each hour, maybe having a record for each day would suffice and then the number of records would decrease significantly. Best, Viz Kid On Thu, Dec 31, 2009 at 1:07 PM, baba <[email protected]> wrote: > Hello , > > Greetings for the day > > I am using visualization annotation time line in my > project , but this is not working as it has huge data(20000 records) > and application does not working in IE 6 , 7, 8 also taking too much > time to load data in other browser i.e. mozilla , crome . > please help me how to improve data loading performance > of annotated time line in all browser > > thnx in advance > baba > > -- > > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > > -- 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.
