Added support for hierarchical bar graphs

This commit is contained in:
Jeremy Rangel
2025-01-15 22:31:22 -08:00
parent 83f5cad36f
commit 9ce6586662
9 changed files with 236 additions and 64 deletions

View File

@ -17,6 +17,14 @@
"style": "file:./style-index.css",
"viewScript": "file:./view.js",
"attributes": {
"enableHierarchicalView": {
"type": "boolean",
"default": false
},
"selectedParentId": {
"type": "string",
"default": null
},
"chartColorSource": {
"type": "string",
"default": "default"