Refactored LCPDataGrid
This commit is contained in:
@ -13,14 +13,7 @@
|
||||
"attributes": {
|
||||
"columnTypes": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"ID": "lcpText",
|
||||
"Label": "lcpText",
|
||||
"Value": "lcpNumber",
|
||||
"Color": "lcpColor",
|
||||
"Content": "lcpText",
|
||||
"Parent": "lcpText"
|
||||
}
|
||||
"default": {}
|
||||
},
|
||||
"enableStackedBars": {
|
||||
"type": "boolean",
|
||||
@ -67,6 +60,14 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"enableGroupedBars": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"groupedBarsColumn": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"chartHeight": {
|
||||
"type": "string",
|
||||
"default": "400px"
|
||||
@ -206,6 +207,14 @@
|
||||
"yGridColor": {
|
||||
"type": "string",
|
||||
"default": "#e0e0e0"
|
||||
},
|
||||
"includeDataChart": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"allowChartDataDownload": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"textdomain": "lcp-visualize",
|
||||
|
||||
@ -1 +1 @@
|
||||
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '97d348e4919de980ad6b');
|
||||
<?php return array('dependencies' => array('react', 'react-dom', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'a5fc7ad18ecfe8ed81b6');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user