weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.88k stars 315 forks source link

add mappings to field config for Table #664

Closed kumikoda closed 3 months ago

kumikoda commented 3 months ago

What does this do?

This change enables you to configure value mappings for Table. Previously, the mappings argument provided would just get ignored.

Questions

I am not sure about backwards compatibility, but I am using Grafana v9.4.7 and it expects mappings in this location.

abalfanzatomic commented 1 month ago

this also leaves in the OLD incorrect/duplicated mappings entry in Table .. @JamesGibo