Package-level declarations

Functions

Link copied to clipboard
.mermaid caption:{String? = null} code:{EvaluableString} -> Node

Creates a Mermaid diagram.

Link copied to clipboard
.xychart lines:{Boolean = true}
bars:{Boolean = false}
x:{String? = null}
xrange:{Range? = null}
xtags:{Iterable<Any>? = null}
y:{String? = null}
yrange:{Range? = null}
caption:{String? = null}
values:{Iterable<Any>}
-> Node

Creates a chart diagram on the XY plane.