Hi,
I am trying to update my chart control when I update my grid control.
I know I can use the actionComplete() method when this occurs, but I'm having trouble getting the values to show on the chart control.
I bind to the chart using the Model passed to the view, and the object that binds is a List<ExpandoObject>. This is because I need to create this data at runtime:

How do I update the chart when the grid is finished updating?