grafana / grafana-polystat-panel

D3-Based hexagon layout multi-stat panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No polygon is created when the variable is string

apsyne opened this issue · comments

commented

I have this problem, if the read variable is of type string, the polygon is not created.
image
image

it's expecting the query to return a metric, and then you would use a value mapping to convert the metric to a string value.

it may be possible to do this but i will need to investigate it a little further.