Added separate controls for X and Y grid colors

This commit is contained in:
Jeremy Rangel
2025-01-15 03:21:46 -08:00
parent ea5e69f0fd
commit 1562ef55ec
6 changed files with 119 additions and 96 deletions

View File

@ -88,7 +88,11 @@
"type": "boolean",
"default": true
},
"gridColor": {
"yGridColor": {
"type": "string",
"default": "#e0e0e0"
},
"xGridColor": {
"type": "string",
"default": "#e0e0e0"
},