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
 
(92 intermediate revisions by the same user not shown)
Line 1: Line 1:
When initially rendered, this graph will fit the width of the window, scaling down if necessary:
{{#ask:[[Category:Phabricator Tasks]][[Status::open||stalled]]
{{#mermaid:graph LR;
|?Status
A["This is a very wide box"]
|?Priority
B["This is a very wide box"]
|?Task Author
C["This is a very wide box"]
|?Assignee
D["This is a very wide box"]
|link=none
E["This is a very wide box"]
|limit=100
F["This is a very wide box"]
|format=datatables
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
}}
 
 
 
When [https://github.com/SemanticMediaWiki/Mermaid/pull/41] is applied, 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;
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
}}
}}

Latest revision as of 13:24, 12 February 2021