Home Forums Chart Support Computational speed vs number of charts

Computational speed vs number of charts

Viewing 2 posts - 1 through 2 (of 2 total)
  • #26256

    I have another quick question:

    I have a large sets of charts to insert in my project. It’s 4 series of data times 20 charts, so computational speed becomes an interesting part.

    for each chart, would it be faster for the browser to elaborate a single multiseries chart with 4 series, or 4 different charts with 1 data series?

    Thanks
    Fred

    #26266

    Fred,

    When you are rendering multiple charts it involves multiple DOM elements, which may take more time as compared to rendering a multi-series chart with a single DOM element.

    Please try out these performance tests for the above scenarios –

      Rendering multiseries chart in a single DOM element
      Rendering multiple charts inside multiple DOM elements

    __________
    Indranil Deo
    Team CanvasJS

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

You must be logged in to reply to this topic.