This site is no longer actively maintained. It exists for historical purposes as an example of Phabricator integration and Lua scripting.

Difference between revisions of "User:Ccicalese"

From cpt
No edit summary
No edit summary
Line 1: Line 1:
This graph will get smaller to fit the width of the window:
When initially rendered, this graph will fit the width of the window, scaling down if necessary:
{{#mermaid:graph LR;
{{#mermaid:graph LR;
A["This is a very wide box"]
A["This is a very wide box"]
Line 24: Line 24:




This graph will not scale down and will scroll horizontally:
When initially rendered, this graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally necessary:
{{#mermaid:graph LR;
{{#mermaid:graph LR;
A["This is a very wide box"]
A["This is a very wide box"]

Revision as of 16:54, 8 November 2019

When initially rendered, this graph will fit the width of the window, scaling down if necessary:


When initially rendered, this graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally necessary: