Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UI5 VizFrame Single Selection

I am currently building a Fiori app for viewing incidents (tickets). I had to create a pie chart with all the different states of the ticket. When I click on a part of the chart, It takes me to a list with all the tickets with that state. I can select more than one state of the pie chart, but I want only a single selection. https://experience.sap.com/fiori-design-web/ui-components/selection/#!. I've found this and it says the default it multi-selection. Can anyone tell me how to change the chart's default value to single selection?

Any help is much appreciated Matthijs

like image 761
Eric S Avatar asked Jan 01 '26 19:01

Eric S


1 Answers

I accidentally stumbled on a solution. I'll post it in case someone needs to know.

interaction : {
          selectability : {
              mode : "single"
          }
 }
like image 129
Eric S Avatar answered Jan 03 '26 07:01

Eric S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!