Added basic support for stacked bars

This commit is contained in:
Jeremy Rangel
2025-01-15 22:47:56 -08:00
parent 9ce6586662
commit 3c9d74e8f6
6 changed files with 149 additions and 39 deletions

View File

@ -124,6 +124,10 @@
"gridOpacity": {
"type": "number",
"default": 0.5
},
"enableStackedBars": {
"type": "boolean",
"default": false
}
}
}