Home Forums Chart Support Warning on Chrome: Canvas2D

Warning on Chrome: Canvas2D

Viewing 4 posts - 1 through 4 (of 4 total)
  • #41820

    Hi,
    The example animated-chart.html give me this warning on Chrome
    Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true

    Is possible to add the willReadFrequently attribute to True for avoid this message? In the future version, or maybe i can fix by myself adding some paramenter to CanvasJS?
    Thanks

    #41822

    I have resolved the warning adding to getContext('2d' the paramenter:
    { willReadFrequently: true }

    Maybe you can add it in a future version.
    Have a nice day

    #41879

    @gabpayne,

    Thanks for the feedback. We will look into this in future releases.

    —-
    Manoj Mohan
    Team CanvasJS

    #43250

    @gabpayne,

    We have released v3.7.11 GA with improvements for chromium based browsers, please check out release blog for more information. Please download the latest version from our download page and let us know your feedback.

    —-
    Manoj Mohan
    Team CanvasJS

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.