Skip to content

Commit 6ec8caf

Browse files
docs: done error handling
1 parent a87ebec commit 6ec8caf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Tested on Grafana 7.3.1
1818

1919
## Required Fields
2020

21-
The diagram gets constructed from a data source **formatted as table** with 3 mandatory fields: **source** (text), **target** (text), **value** (numeric). The diagram at the beginning was created with the following table format:
21+
The diagram gets constructed from a data source **formatted as table** with 3 mandatory fields: **source** (text), **target** (text), **value** (numeric, no nulls). The diagram at the beginning was created with the following table format:
2222

2323
| source | target | value |
2424
|----------|----------|---------|
@@ -80,7 +80,3 @@ Values are shown next to the node name.
8080
### Highlight Connections
8181

8282
Boolean. Highlights links and nodes with a direct connection to the hovered node.
83-
84-
## TODO
85-
86-
Error handling. In the meantime, on errors use the default Table visualization to double check values.

0 commit comments

Comments
 (0)