cancel
Showing results for 
Search instead for 
Did you mean: 

Page became Unresponsive when select more than 5 Stacks in SAPUI5 Viz Stacked Column Chart.

Jayakrishnan
Active Participant
0 Kudos

Hi All,

I am working on Custom SAPUI5 Application development. In our application we are using Stacked Column Chart . We enabled multi select option on the chart section. When user selects more than 5 Stacks or selects all type from the legend, screen became Unresponsive. How to handle this?

Thank you,

Regards,

JK.

Can you share your code for Stacked Column Chart?

former_member196805
Contributor

May I ask how many data points were rendered on this stacked column chart? When the page is not responsive, did the files/components loading on Network tag on Dev tool also unresponsive too?

Jayakrishnan
Active Participant
0 Kudos

yes, I cannot do dug also. when i do stack selection more than 5 it become like that. In real scenario , am not sure how many stack will come.

maheshpalavalli
Active Contributor
0 Kudos

Can you check if the issue is due to the code written in dataSelected event? Maybe you are writing some code there to open or process something on every stack select on the chart..

Jayakrishnan
Active Participant
0 Kudos

yes, after selecting the multiple stacks it should open the table with all the selected values.

maheshpalavalli
Active Contributor

Can you provide the select event code as well Jayakrishnan Chandramohan

Accepted Solutions (0)

Answers (1)

Answers (1)

Jayakrishnan
Active Participant
0 Kudos

The problem is, i used same variable inside my for loop for logic, so that it became infinite. now it is working,i am closing thsi thread.