Hi Team,
Is there a way we can force the system to use impose certain colors or ranges via theme customization for portlet charts along with the list view to align to company brand/colors.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi Team,
Is there a way we can force the system to use impose certain colors or ranges via theme customization for portlet charts along with the list view to align to company brand/colors.
Hi Urva,
The charts color palettes are taken from CSS files that can be customized, but there may be different css files used between "portlet definition" charts and self-service portlet charts. I'll need more time to look into the code details and verify which files can be safely customized.
We may want to make this friendlier to edit from admin console as customizing CSS files is not a good practice - so Idea/Enhancement submissions are welcome !
For information, if you insist on manually customizing charts color palettes, the two CSS files you should customize to decide the color palette to use for charts are:
PPM_HOME\server\_common\deploy\dashboard\WEB-INF\classes\com\mercury\dashboard\app\portlet\chart\ColorPaletteFCFS.css
PPM_HOME\server\_common\deploy\itg.war\web\knta\dsh\portlet\css\ColorPalette.css
You'll need to restart PPM for changes to take effect.