cancel
Showing results for 
Search instead for 
Did you mean: 

Application Display Delayed in Sap UI5

mantrishekar
Active Participant
0 Kudos

Hi All,

I am trying to create an sap ui5 Application in SAP Webdide.

I am using northwind service to bind the data for pie Chart.

When am trying to rum the application firts it is showing no Data Text and then after a moment it is displaying pie chart.

Could anybody Please tell me how can i get rid of showin no data text before displaying pie chart.

Regards,

Shekar

Accepted Solutions (0)

Answers (1)

Answers (1)

RameshShrestha
Contributor
0 Kudos

Hi Mantri Shekar,

The time is taken because of lots of library loading and odata call to fetch the data. You can use many performance improvement methods.

One way is to use cache buster. Another way, if you dont want to make the chart visible before service is loaded, Make the visible false and once the service success , make it visible.

https://help.sap.com/saphelp_nw75/helpdata/en/91/f080966f4d1014b6dd926db0e91070/content.htm