Hi all! I have a question about the ChartJS widget: I want to split a dataset, based on a string-attribute value. I added an image of my situation. The current situation is as follows: the chart listens to a listview (scenario), which is placed in a dropdown widget. If I change the value of the scenario, the chart changes to show the corresponding values. What I want: I want to split the dataset that is controlled by the listview in the different values that can now be selected in the listview. So instead of showing 1 dataset per selection, I want to show all datasets in different lines. Does anyone how this can be done?