Table of Contents maxLevel 3 minLevel 2 type flat separator pipe
Warning | ||
---|---|---|
| ||
Please note that thethe URL user andand URL password parameters are deprecated and will be removed on March 31, 2022user password macro parameters were removed (see Deprecation notice: URL user and URL user password parameters). We recommend usingusing profiles to access yourexternal data from remote locations. |
Description
Excerpt |
---|
The Flowchart Macro creates diagrams composed of shapes joined by lines |
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.
A flowchart is a special case of a directed graph (see Digraph macro), but with special defaults taken to be more appealing in the context of a Confluence page. Specifically, it uses the following graphviz options:
No Format |
---|
edge [arrowsize=0.8]; node [shape=rect, style=filled, fillcolor=lightyellow, fontname="Verdana", fontsize=9]; |
Graphviz resources
Include Page | ||||
---|---|---|---|---|
|
Parameters
Include Page | ||||
---|---|---|---|---|
|
Examples
- How to construct a diagram using the Flowchart macro is a support process flow used by Bob Swift Atlassian Apps.
- The following are some very basic examples of what you can achieve easily.
- For more advanced layouts and formatting, please refer to the Graphviz resources.
Macro Call | Macro Output | ||
---|---|---|---|
{flowchart} |
| ||
{flowchart} | |||
{flowchart} |