File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,18 @@ graph TD
5757 TCP:::green
5858 Kerberos:::red
5959
60- classDef green fill:#44cc44,stroke:#333,stroke-width:2px;
61- classDef orange fill:#ff9900,stroke:#333,stroke-width:2px;
62- classDef red fill:#ff4d4d,stroke:#333,stroke-width:2px;
60+ classDef green fill:#cdf7cd,stroke:#333,stroke-width:2px;
61+ classDef orange fill:#ffdfb0,stroke:#333,stroke-width:2px;
62+ classDef red fill:#f5b3b3,stroke:#333,stroke-width:2px;
63+
64+ %% Legend
65+ %% Green: Implemented, Orange: Partly Complete, Red: To Do
66+ classLegendGreen[Green = Implemented]:::green
67+ classLegendOrange[Orange = Partly Complete]:::orange
68+ classLegendRed[Red = To Do]:::red
69+
70+ %% Arrange the legend visually
71+ classLegendGreen -.-> classLegendOrange -.-> classLegendRed
6372```
6473
6574
You can’t perform that action at this time.
0 commit comments