grafana / grafonnet-lib

Jsonnet library for generating Grafana dashboard files.
https://grafana.github.io/grafonnet-lib/
Apache License 2.0
1.08k stars 217 forks source link

addTransformation to table in grafonnet-7.0 #373

Open christinebr opened 1 year ago

christinebr commented 1 year ago

table (new) in grafonnet-7.0 is missing addTransformation function from table_panel (old) in grafonnet

I have a case where I want to use the addOverride function in combination with the addTransformation for a table panel.

As for now:

Suggested change:

The new addTransformation functions is composed of transformation.libsonnet and the addTransformation function in table_panel.libsonnet L86-L89. I tried following the same pattern as for addOverride and addThresholdStep functions already present in the file.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.