Node Graph
You can use the Static data source to test graph panels like Node Graph.
Node Fields
- String field
id
with node ids. - String field
title
for node names.
Edge Fields
- String field
id
for edge ids. - String field
source
for source id. - String field
target
for target id. - Number field
mainstat
for the value.