sasaki77 / archiverappliance-datasource

EPICS Archiver Appliance plugin for Grafana dashboard
https://sasaki77.github.io/archiverappliance-datasource
MIT License
14 stars 7 forks source link

Backend: Add display name config to dataframe #61

Closed sasaki77 closed 2 years ago

sasaki77 commented 2 years ago

Dataframe has FieldConfig that is optional display data for the field (e.g. unit, name over-ride, etc).

Legend name is shown as "Dataframe name" "Field name" by #60 PR. This means that the legend name is shown as "PV name" "PV name".

This PR fixes the legend name as just "PV name".