Chart Values changed by Dropdown selection

0
Hello, i want to know if its possible to change chart values by selecting another option in an drop down menu?
asked
1 answers
0

Sure it is, depends a bit on your use case and datamodel on what the best option is.
But you could for example:

  1. Create an entity with the drop-down value
  2. Create a dataview that has this drop-down value and the chart within it
  3. Create a on change event on the drop-down to refresh the dataview object


Depending on the datasource of the chart the refreshing of the dataview wil change the chart values

answered