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
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -128,6 +128,11 @@ local basic(
viz: false,
},
},
if std.objectHas(override, 'linewidth') then
{
id: 'custom.lineWidth',
value: override.linewidth,
},
],
},
],
Loading