From 8600f29f60c3607fc86a756588cdaf002e213147 Mon Sep 17 00:00:00 2001 From: NickCodesDotNET <78136472+NickCodesDotNET@users.noreply.github.com> Date: Wed, 5 Apr 2023 22:09:09 -0400 Subject: [PATCH] Update Donut.json "labelDisplayUnits": "0" is throwing an error. It should be an integer "labelDisplayUnits": 0 --- Donut.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Donut.json b/Donut.json index 4f06f0a..8b46916 100644 --- a/Donut.json +++ b/Donut.json @@ -36,7 +36,7 @@ "show": true, "labelStyle": "Data", "color": { "solid": { "color": "#01B8AA"}}, - "labelDisplayUnits": "0", + "labelDisplayUnits": 0, "labelPrecision": 0, "fontSize": 10, "fontFamily": "Verdana",