Skip to content
Snippets Groups Projects

Draft: Adds Grafana Time Series plugin support

Open Taliesin Millhouse requested to merge tmillhouse/add-dashblocks into master
3 files
+ 180
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -76,12 +76,12 @@ local basic(
fieldConfig+: {
defaults+: {
custom+: {
axisSoftMin: min,
axisSoftMax: max,
axisColorMode: 'text',
axisLabel: label,
axisPlacement: axisPlacement,
},
min: min,
max: max,
},
},
},
Loading