Git Product home page Git Product logo

Comments (10)

orwant avatar orwant commented on May 5, 2024
I believe that you should be able to upload just the new data and then use
DataTable.addRows() to add the new rows to the datatable.

Then have the ATL draw the new table.  (this will cause a flash)...but you can do a
double buffering scheme to get rid of that.

Original issue reported on code.google.com by grafflerab on 2009-09-17 18:15:31

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
I agree with Peter.   I have a page that is doing a 1hz update to 4 Gauges on a page,
and it leaks memory.   The browser consumed 1.5gig of RAM in 4 hours.

Todd

Original issue reported on code.google.com by toddapetersen on 2010-03-24 20:34:04

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
agree .. I need this redraw to be adressed .. it sucks

Original issue reported on code.google.com by thomas.husfeldt on 2010-06-18 13:31:56

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
Is there any workaround for this? 

Original issue reported on code.google.com by zxl5577 on 2011-02-26 01:44:45

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
I am also looking for this solution.

Original issue reported on code.google.com by ifteebuet on 2011-02-27 07:53:07

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
Same  here, looking for a good solution on this. It's rather strange no one is picking
up on this or even gives a comment on it :)

Original issue reported on code.google.com by slaaitjuh on 2011-02-27 09:48:45

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
Can someone from Google look into this.  We are planning to use these visualizations
for a dashboard application, and if there's a memory leak we will run into problems.



Original issue reported on code.google.com by nabeel.azar on 2011-06-20 04:35:08

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
With reasonable amounts of data, the visualization should be efficient for redrawing
themselves quite rapidly. Some of them also adjust to the new data only and does not
require to draw everything from scratch.  Not sure which visualization you are using
as this was not specified in this thread.

Original issue reported on code.google.com by [email protected] on 2011-06-24 14:24:20

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024
Charts will leak memory if you recreate the objects every time, but if you update the
 same Options and DataTable objects and then call the draw(data) or draw(data,options)
method in the chart it will not leak.
To be on the safe side you can assume that gwt-visualization objects will not be garbage
collected. So reuse them.

Original issue reported on code.google.com by cgarciaw on 2011-10-13 22:05:33

from google-visualization-issues.

orwant avatar orwant commented on May 5, 2024

For the record, we recommend using the [https://developers.google.com/chart/interactive/docs/gallery/annotationchart](Google Annotation Chart) (which didn't exist way back in 2011 when this issue was raised) rather than the Annotated Timeline.

from google-visualization-issues.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.