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

Add table panel for grafana version 7 #305

Closed BastienF closed 3 years ago

BastienF commented 3 years ago

Because of the complete rewriting of table panel in grafana 7 the solution used in other libsonnet file (to have a pluginVersion attribute to switch between grafana versions) is not viable for this panel. So I've added a brand new libsonnet file that should live along with the old one (table_panel.libsonnet) to allow retro compatibility

This file is a copy of https://github.com/BastienF/grafonnet-lib/blob/master/grafonnet-7.0/panel/table.libsonnet