« Mermaid - wide graph » : différence entre les versions

De Semantic MediaWiki - Sandbox

(chg)
(chg)
Ligne 1 : Ligne 1 :
<big>→ Back to [[Mermaid|Mermaid overview]]</big>
<big>→ Back to [[Mermaid|Mermaid overview]]</big>
This example requires the [https://github.com/SemanticMediaWiki/Mermaid/releases/tag/2.2.0 2.2.0 release] of the Mermaid extension.


This graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally if necessary:
This graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally if necessary:
Ligne 65 : Ligne 63 :
}
}
</syntaxhighlight>
</syntaxhighlight>
{{Callout
|This example requires the [https://github.com/SemanticMediaWiki/Mermaid/releases/tag/2.2.0 2.2.0 release] of the Mermaid extension.
|info
}}


{{Keywords|Keywords=mermaid;graph}}
{{Keywords|Keywords=mermaid;graph}}


[[Category:Mermaid examples]]
[[Category:Mermaid examples]]

Version du 7 mars 2020 à 20:08

→ Back to Mermaid overview

This graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally if necessary:

Syntax

{{#mermaid:graph LR;
A["This is a very wide box"]
B["This is a very wide box"]
C["This is a very wide box"]
D["This is a very wide box"]
E["This is a very wide box"]
F["This is a very wide box"]
G["This is a very wide box"]
H["This is a very wide box"]
I["This is a very wide box"]
J["This is a very wide box"]
A-->B
B-->C
C-->D
D-->E
E-->F
F-->G
G-->H
H-->I
I-->J
|
config.flowchart.useMaxWidth = false
}}

Result

Note

Scrollbars can be added to the area, if desired, with the following CSS in MediaWiki:Common.css (or elsewhere):

.ext-mermaid > div {
	overflow: scroll;
}
This example requires the 2.2.0 release of the Mermaid extension.
Les cookies nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de cookies.