Node styler
Use the buttons below to apply styling rules to this graph
@if (hasRules()) { @for (rule of rules(); track rule; let ruleIndex = $index; let first = $first; let last = $last) { }
Queries to match nodes
help_outline
Rules use your defined queries to match nodes for styling. All queries within a rule are connected with AND logic.
Styles to apply
@if (panesCount === 1) {
} @else if (panesCount === 2) {
Left pane
Right pane
}
@for (style of allStyles; track style.id) {
{{style.label}}
@switch (style.type) { @case (StyleType.COLOR) { @if (getIsStyleEnabled(rule, style)) {
} } @case (StyleType.NUMBER) { @if (getIsStyleEnabled(rule, style)) {
} } }
}
@if (!first) {
arrow_upward_alt
} @if (!last) {
arrow_downward_alt
}
content_copy
delete
} @else {
No rules configured. Click the "Add rule" button below to get started.
}