Conditional coloring
Last updated
Last updated
Press @
for variables.
Use AND/OR
for multiple conditions in the same if statement.
e.g., @variable1 >= @variable2 AND @variable3 <= @variable4
.
Click on the "add condition" button to add more conditions.
Use color pickers to add colors.
Open the Conditional Coloring Configurator.
Add Conditions: Click on the “add condition” button and enter your conditions using @
for variables. Combine multiple conditions with AND/OR
.
Pick Colors: Click "Show Color Picker" to choose colors for nodes that meet each condition.
Set Fallback Color: Pick a fallback color for nodes that do not meet any condition.
Example:
Condition: sales >= 1000 AND profit >= 5
Assigned Color: Green
Condition: sales < 1000 OR profit < 5
Assigned Color: Red
Fallback Color: Gray
A legend will appear based on the conditions you created for different measures.