Give us feedback
graphviz-client
Reactive icon

Graphviz Client

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 08 September 2023 by 
0.0
 (0 ratings)
graphviz-client

Graphviz Client

Details
Simple wrapper of Viz.js provides some client actions to draw graph from script written in Graphviz's DOT language.
Read more

This component is a simple wrapper of Viz.js.
https://github.com/mdaines/viz-js

The module provides two client actions.
Both can receive a script text written in Graphviz's DOT Language.
One returns SVG element object created by the Viz.js and other returns SVG text.

SVG text can be used with Inline SVG widget of OutSystems UI.
SVG element object can be treated in JavaScript.

Raw script is also a public element of this module. If you want to use Viz.js directly, add the script to your module.
Using both actions above doesn't need the reference to the raw script.

Release notes (1.0.0)
License (1.0.0)

Viz.js
MIT License
Copyright (c) 2023 Michael Daines
https://github.com/mdaines/viz-js

Reviews (0)
Team