In this node graph panel, the context menu appears with a world
header, where is it from? According to the node graph doc and field detail__hello
of csv data, i think the header should be hello
.
versions:
grafana cloud
grafana v11.3.0
In this node graph panel, the context menu appears with a world
header, where is it from? According to the node graph doc and field detail__hello
of csv data, i think the header should be hello
.
versions:
grafana cloud
grafana v11.3.0
if you expand the parsing options, you can see the coulmn doesnt have a title, so its taking the 1st word in the column as the title. you can see this by giving it a title in the parsing options, or changing the 1st line in the csv data
after you make changes, click the refresh button at the top right?
yes, i did
try changing it to something else instead of detail__hello
I think it’s a bit more complicated, and probably has to do with both infinity datasource and the nodegraph plugin.
this document on the official website may be outdated .
The following steps will basically meet my needs:
table
format instead of node graph
in infinity datasource.arc sections
manually in the panel options, arc__*_color
doesn’t work.I can confirm this here and seems to be a bug or broken in latest version of grafana. Can you create a issue in infinity repo with required details?