Added support for hierarchical bar graphs
This commit is contained in:
@ -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"
|
||||
|
||||
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'd3e2bb3c261756c0085a');
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '1180f00c82e4e13ed149');
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '70f08b60c296a36b16fe');
|
||||
<?php return array('dependencies' => array(), 'version' => 'cd3eca3e743bd29f75fd');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user