Class Graphviz

java.lang.Object
org.apache.tapestry5.corelib.components.Graphviz

public class Graphviz extends Object
Component that renders a Graphviz graph using @hpcc-js/wasm. It's mostly intended to be used internally at Tapestry, hence the limited set of options.
Since:
5.8.3
Component Parameters 
NameTypeFlagsDefaultDefault Prefix
showDownloadLinkboolean falseliteral
Defines whether a link to download the graph as an SVG file should be provided.
showSourceboolean falseliteral
Defines whether a the Graphviz source should be shown.
valueStringRequired, Not Null prop
A Graphviz graph described in its DOT language.
  • Constructor Details