Replies: 1 comment 1 reply
-
|
Unfortunately it's not possible to configure the multiple colouring via the config files or DB settings. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I am currently working on a risk analysis project using MONARC. My organization (and our CISO) requires a risk matrix with 5 distinct color levels (e.g., Very Low, Low, Medium, High, Critical) to align with our internal reporting standards.
Currently, the tool seems to default to 3 colors (Green, Orange, Red) across the 5x5 matrix.
I’ve been exploring the source code and noticed that the logic seems to be handled within the ng_anr module (specifically in AnrLayoutCtrl.js and _anr.evalscales.html).
My questions are:
Is there a built-in way (via configuration or database) to define 5 color thresholds?
If not, can someone point me to the specific CSS classes or Angular logic that I should override to implement a 5-color scale?
Has anyone successfully implemented a custom color scheme without breaking the core updates?
Any guidance or documentation on customizing the visual risk scales would be greatly appreciated!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions