Update diagram after a drop down box change

0
Hi,  I am trying to change a Rest API Call via a drop-down box selection and visualize the new data in a time series diagram. It works, when I am defined an update interval in the time series widget. But it this work around will generate a lot of CPU load and one the other hand it’s not comfortable for the user. I have although activated the “show range slider” option and the selection will be reset during the update process. Is there a way to trigger a diagram update on a drop-box value change? I didn’t find any possibilities via a microflow. Thanks and regards Ingo    
asked
2 answers
2

You could add an on change event to your dropdown and trigger a microflow/nanoflow that refreshes the object shown in the dataview around your diagram. This should refresh the diagram as well.

answered
0

Thanks Andreas, your tip was very helpful and now it works :-)

answered