docs: update diagram options

pull/19/head
mingrammer 6 years ago
parent 97671e6ccc
commit e01c07bf64

@ -51,9 +51,9 @@ with Diagram("Simple Diagram", show=False):
EC2("web") EC2("web")
``` ```
If you are familiar with Graphviz, you can customize the diagrams with Graphviz attribute config options. It allows custom Graphviz dot attributes options.
> `graph_attr`, `node_attr` and `edge_attr` are allowed. Here is a [reference link](https://www.graphviz.org/doc/info/attrs.html). > `graph_attr`, `node_attr` and `edge_attr` are supported. Here is a [reference link](https://www.graphviz.org/doc/info/attrs.html).
```python ```python
from diagrams import Diagram from diagrams import Diagram

Loading…
Cancel
Save