Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to remove loading spinner from specific region?

User_274TJMar 11 2022

I have found that I can use css

.u-Processing {
   display:none !important;
}

in Page inline css settings property's to remove loading spinners for all the regions, but I want to remove it only for specific region. I want to remove it from Chart, because I have set dynamic refresh to 1 second.
Thanks.

Comments
Post Details
Added on Mar 11 2022
2 comments
4,432 views