Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel3
minLevel2
typeflat
separatorpipe

Warning
titleDeprecation Removal notice:

Please note that

the 

the URL user

 and 

and URL

password parameters are deprecated and will be removed on March 31, 2022

user password macro parameters were removed (see Deprecation notice: URL user and URL user password parameters). We recommend

using

using profiles to access

your

external data

from remote locations

.


Description

The Graphviz macro creates general graphs - either directed or undirected using the Graphviz language. This language is extremely versatile and powerful, but you can start with a really simple example as shown below, and then gradually improve your knowledge and create more advanced diagrams easily.


Graphviz resources

Include Page
Graphviz resources - Cloud
Graphviz resources - Cloud



Parameters

Include Page
Common parameters - Cloud
Common parameters - Cloud

Note

It is recommended to use the right click > Open Link in New Tab option to open any hyperlinks in nodes.

Example

This is a very basic example of what you can achieve easily. For more advanced layouts and formatting, please refer to the Graphviz resources.

Macro Call

Macro Output

{graphviz}
digraph { 
  A -> B 
  A -> C 
  C -> D 
}
{graphviz}