I was hoping I could insert a Chart and then have it respond dynamically to data changes, e.g. a simple slider created via a Custom AI component. This chart has a basic set of data, each point is multiplied by a number field storied in the user table. The slider is linked to this field.
However, the chart does not respond when changes are made. It also does not update with a simple number entry field.
Is this expected behavior?
I think the only way that the chart can respond to user interaction is if the chart is controlled by some sort of query where the parameters of that query are values that the user is affecting
1 Like
Ah great. I will try that. Thanks.
Update: I tried Bob’s suggestion and started to look for ways to integrate a Query function. I got in a muddle and deleted them to start again… but was then surprised to see the Chart had started to respond dynamically to the the custom AI slider (no changes made to that component).
Not sure why, perhaps reloading Glide helped… anyway, this is clearly possible. This is nice for use cases where you have charts that display a scenario and the user can switch between scenarios, e.g. using choice components or sliders, etc.