opened 06:12PM - 14 Sep 22 UTC
Type: Enhancement
Status: Triage
**Is your feature request related to a problem? Please describe.**
There is no …way to specify the size and position (page alignment, left, centered) of a produced diagram within the diagram description/code itself.
The diagram size can either be absolute (in px), or relative to the page width(in %), or unbounded.
**Describe the solution you'd like**
align centered
size 800px 600px
size 90%
**Additional context**
Right now, only some graph type support some limited configuration regarding their size via directives, some others use json/cli, and some other are sizable only via obscure CSS.
Mermaid cannot be embedded in other tools to create user definable graphs without this,
The user end up having a graph that is too big, too small, not aligned as they would like etc.