You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No idea what the syntax should be, maybe centered blocks by default? See how bad the current Block diagram looks without it.
And we should be able to set row height eithr in CSS style or with something like height:0.5.
Example
block-beta
columns 5
block:A:3
columns 3
space
W["Your server"]
space
block:B
columns 1
Z["Docker"]
space
space
space
H["Postgresql"]
end
block:C
columns 1
X["Docker"]
space
D("OpenTelemetry for Java")
space
E("FusionAuth")
end
block:G
columns 1
Y["Docker"]
space
I("Splunk OpenTelemetry collector")
space
space
end
end
space
F("Splunk web server")
I-->F
D-->I
D-->E
E-->H
style Z fill:#0000,stroke:#0000,stroke-width:0
style X fill:#0000,stroke:#0000,stroke-width:0
style Y fill:#0000,stroke:#0000,stroke-width:0
style W fill:#0000,stroke:#0000,stroke-width:0
Screenshots
block-beta
columns 5
block:A:3
columns 3
space
W["Your server"]
space
block:B
columns 1
Z["Docker"]
space
space
space
H["Postgresql"]
end
block:C
columns 1
X["Docker"]
space
D("OpenTelemetry for Java")
space
E("FusionAuth")
end
block:G
columns 1
Y["Docker"]
space
I("Splunk OpenTelemetry collector")
space
space
end
end
space
F("Splunk web server")
I-->F
D-->I
D-->E
E-->H
style Z fill:#0000,stroke:#0000,stroke-width:0
style X fill:#0000,stroke:#0000,stroke-width:0
style Y fill:#0000,stroke:#0000,stroke-width:0
style W fill:#0000,stroke:#0000,stroke-width:0
Loading
The text was updated successfully, but these errors were encountered:
I need different row heights in the block diagram.
I admit I wanted to use block diagram for simple UI wire frames.
Maybe besides centering it would help to provide the alignment individually on each column.
Proposal
No idea what the syntax should be, maybe centered blocks by default? See how bad the current Block diagram looks without it.
And we should be able to set row height eithr in CSS style or with something like
height:0.5
.Example
Screenshots
The text was updated successfully, but these errors were encountered: