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.