Home Forums Chart Support Large Data Query Question

Large Data Query Question

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

    Working with your team, we learned a good best practice is to plot 200 data points.

    We have queries that can have thousands of data points. As a result, we are right-sizing our data (Summarization) to get to the 200 data points

    For example: 30 days; 96 fifteen minute interval in a day – 2,880 intervals. We then divide by 200 to get to average intervals every 15 data points.

    However, we want our users to be able to drilldown into the detailed data – To get more grandularity

    My question is: Does Canvas JS allow a zoom in event to be a new query?…with the new query being based on the zoom in start / end dates

    The goal is to drill down into the detailed data without having performance issues. This will help us also with graph synchronization

    thanks

    Doug Mewmaw

    #44546

    Doug,

    You can use rangeChanging event to update the data with a new set of datapoints based on the zoomed range. Please take a look at this JSFiddle for an example of the same.
    Data Filtering in Column Chart

    —-
    Ananya Deka
    Team CanvasJS

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

You must be logged in to reply to this topic.