Hi,
I'm using Apex 24.1 and I want to align the “status meter gauge chart” to the center of the region.
Screenshots.


I've tried the following with no luck:
1- Set the appearance CSS class with the following inline CSS class
.myChart{
margin: 0 auto;
}
2- Use the following JavaScript in “Execute when Page Loads” section
document.getElementById("initCHR1").style.margin = "0";
Regards.