This commit is contained in:
2025-11-05 03:00:23 -07:00
parent 4696a99095
commit 12e0518948
3 changed files with 62 additions and 9 deletions

View File

@@ -21,6 +21,11 @@ used by this program. An array called `offset` will adjust the positioning of
labels. An array called `color` will set the color via 0 to 1 RGBA values
(node only).
Added `areas` which are exactly like nodes except that they always draw a white
label and can have a custom radius specified. Drawn between edges and nodes.
Use transparency. 25% works well.
- TODO Options: box instead of circle, line instead of fill, ovals
## Example JSON
```json