Explore Grafonnet panel subpackages
mainThe grafonnet.panel package is the entry point for defining various Grafana panel types using Grafonnet. It is organized into subpackages, where each subpackage corresponds to a specific panel type (e.g., timeSeries, gauge, table). To create a specific panel, you should import the relevant subpackage from grafonnet.panel.
// Available panel subpackages include:
// grafonnet.panel.timeSeries
// grafonnet.panel.gauge
// grafonnet.panel.table
// grafonnet.panel.barChart
// ... and many others