ac-maker
Reactive icon

AC Maker

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

AC Maker

Documentation
1.0.0

This application draws Architecture Canvas diagram with following procedure.

  1. Creating structured data.
  2. Converting the data into a diagram script written in Graphviz's DOT language.
  3. Generating SVG element from the DOT script by using Viz.js (Graphviz Client).
  4. Modifying SVG element by JavaScript. 

The diagram DOT script generated in the step 2 are available in the browser's console.

You can use them in other Graphviz tools like viz-js.com.