jQuery UI Widgets Forums Grid Charting aggregate data

This topic contains 2 replies, has 2 voices, and was last updated by  rettweber 8 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Charting aggregate data #80199

    rettweber
    Participant

    I am interested in producing charts of aggregate data from a grid. Is there a good example showing linkage that alters the chart as the data is filtered in the grid?

    Thanks

    Charting aggregate data #80247

    Dimitar
    Participant

    Hello rettweber,

    Unfortunately, we do not have such an example, but I think your requirement can be achieved. You can get the initial aggregates in the gird’s ready callback with the getcolumnaggregateddata method and initialize your chart. On the grid’s filter event, get the aggregates again with getcolumnaggregateddata and update your chart accordingly. You can see some chart update examples, such as Live Updates in the jqxChart demo section.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Charting aggregate data #80322

    rettweber
    Participant

    Thank you. I will see if I can figure that out.

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

You must be logged in to reply to this topic.