Remove dots

This commit is contained in:
Magnus Root 2026-02-24 18:08:03 +03:00
parent 505de27f14
commit 316dcc0742

View file

@ -1,5 +1,5 @@
{ {
"version": "3.0.0", "version": "3.0.1",
"description": "Data-driven template - panels fully describe their query logic", "description": "Data-driven template - panels fully describe their query logic",
"datasource": { "datasource": {
"type": "grafana-opensearch-datasource", "type": "grafana-opensearch-datasource",
@ -174,6 +174,7 @@
"drawStyle": "line", "drawStyle": "line",
"fillOpacity": 30, "fillOpacity": 30,
"lineWidth": 0, "lineWidth": 0,
"showPoints": "never",
"stacking": {"mode": "normal"} "stacking": {"mode": "normal"}
}, },
"max": 100, "max": 100,