Browse Source
Merge pull request #73 from ricardohbin/minor-fix-docs
fix: graph_attr example
pull/76/head
MinJae Kwon
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/guides/diagram.md
|
@@ -83,7 +83,7 @@ from diagrams import Diagram |
|
|
from diagrams.aws.compute import EC2 |
|
|
from diagrams.aws.compute import EC2 |
|
|
|
|
|
|
|
|
graph_attr = { |
|
|
graph_attr = { |
|
|
"fontsize": 45, |
|
|
|
|
|
|
|
|
"fontsize": "45", |
|
|
"bgcolor": "transparent" |
|
|
"bgcolor": "transparent" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|