Skip to content

Multiple nodes as one? #3976

Answered by IORoot
IORoot asked this question in Q&A
Jan 8, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

OK, So I thought I'd answer my own question. I've been trying to create system diagrams using the flowcharts and needed to combine some elements into a single node. I also wanted to include images/logos of technologies too. So this is how I solved it:

flowchart LR

%% LAPTOP
%% ------

    %% Define Classes to use. These control the container SVG rectangles
    classDef spacer     fill-opacity:0.0,stroke-width:0px,font-size:0px
	classDef laptop     fill-opacity:1.0,fill:#FFF2CC,color:#D6B656,stroke-width:2px,padding:0px,rx:5,ry:5
	classDef virtualbox fill-opacity:1.0,fill:#B0E3E6,color:#0E8088,stroke-width:2px,padding:0px,rx:5,ry:5,stroke:#183A61
	classDef vagrant    fill-opacity:1.0,f…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@IORoot
Comment options

Answer selected by IORoot
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant