Update readme.md
This commit is contained in:
parent
71d67f0f6b
commit
51935b71f6
23
readme.md
23
readme.md
@ -9,15 +9,15 @@
|
|||||||
classDef splitter fill:#d3d3d3,stroke:#000,stroke-width:2,color:#000; %% Light grey background, black text
|
classDef splitter fill:#d3d3d3,stroke:#000,stroke-width:2,color:#000; %% Light grey background, black text
|
||||||
|
|
||||||
%% Graph Nodes
|
%% Graph Nodes
|
||||||
Wind1[Wind] --> Root1[Root];
|
Wind1[Wind] -->| | Root1[Root];
|
||||||
Wind2[Wind] --> Root1[Root];
|
Wind2[Wind] -->| | Root1[Root];
|
||||||
Solar1[Solar] --> Root2[Root];
|
Solar1[Solar] -->| | Root2[Root];
|
||||||
Solar2[Solar] --> Root2[Root];
|
Solar2[Solar] -->| | Root2[Root];
|
||||||
Root1[Root] --> Root3[Root];
|
Root1[Root] -->| | Root3[Root];
|
||||||
Root2[Root] --> Root3[Root];
|
Root2[Root] -->| | Root3[Root];
|
||||||
Root3[Root] --> Splitter1[Splitter];
|
Root3[Root] -->| | Splitter1[Splitter];
|
||||||
Splitter1[Splitter] --> Batt1[Batt];
|
Splitter1[Splitter] -->| | Batt1[Batt];
|
||||||
Splitter1[Splitter] --> Batt2[Batt];
|
Splitter1[Splitter] -->| | Batt2[Batt];
|
||||||
Batt1[Batt] -->|100| Root4[Root];
|
Batt1[Batt] -->|100| Root4[Root];
|
||||||
Batt2[Batt] -->|100| Root4[Root];
|
Batt2[Batt] -->|100| Root4[Root];
|
||||||
Root4[Root] -->|200| Branch1[Branch];
|
Root4[Root] -->|200| Branch1[Branch];
|
||||||
@ -26,6 +26,11 @@
|
|||||||
Branch3[Branch] --> Branch4[Branch];
|
Branch3[Branch] --> Branch4[Branch];
|
||||||
Branch4[Branch] --> Branch5[Branch];
|
Branch4[Branch] --> Branch5[Branch];
|
||||||
|
|
||||||
|
%% Link Styles
|
||||||
|
linkStyle 0,1,2,3,4,5,6,11,12,13,14,15 stroke:red,stroke-width:2;
|
||||||
|
linkStyle 7,8 stroke:blue,stroke-width:2;
|
||||||
|
linkStyle 9,10 stroke:black,stroke-width:2;
|
||||||
|
|
||||||
%% Class Assignments
|
%% Class Assignments
|
||||||
class Root1,Root2,Root3,Root4 root;
|
class Root1,Root2,Root3,Root4 root;
|
||||||
class Branch1,Branch2,Branch3,Branch4,Branch5 branch;
|
class Branch1,Branch2,Branch3,Branch4,Branch5 branch;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user