Set Grafana default panel option to transparent background on all new panels

Running on latest grafana as of 07-2024
Quite new to Grafana

Would like all new Time Series panel to have the following default settings

  • Transparent background
  • Tooltip: all, desending
  • Legend: Table, Right
  • Legend width: xxx
  • Connect null values Always
  • etc

How can I change the “default values” of a panel?

Creating the dashboard and panel manually and have to change all these settings each time I use “add panel”

Is it possible to edit the dashboard json and specify defaults for all panels? for example under “panels:” [
“defaults”:[
“overrideAllPanels”[
“fillOpacity”: 0
]
]
]

You can create panel, configure all settings you need, and then copy/paste it.

Panel