1. Create a form or something like that to get input from users.
2. On a specific event such as button click, you get input values and feed them to a store.
3. Remove existing chart (if it exists).
4. Create new chart with new data values and render it into place.
I found the examples to populate the form with Store data values.
Is there any example where it is done the other way round? i.e.: Populate the values from the form to the Store.