ssp-plugin-chart-pivot-table 0.2.1
Install from the command line:
Learn more about npm packages
$ npm install @dodopizza/ssp-plugin-chart-pivot-table@0.2.1
Install via package.json:
"@dodopizza/ssp-plugin-chart-pivot-table": "0.2.1"
About this version
DODOIS: FRIENDLY
Configure key
, which can be any string
, and register the plugin. This key
will be used to
lookup this chart throughout the app.
In order to build this package you need to change the name of the
ssp-legacy-plugin-chart-pivot-table
plugin to @superset-ui/legacy-plugin-chart-pivot-table
in
package.json
After the development is finished, do not forget to change it back
import PivotTableChartPlugin from '@dodopizza/ssp-plugin-chart-pivot-table';
new PivotTableChartPlugin().configure({ key: 'pivot-table-v2' }).register();
Then use it via SuperChart
<SuperChart
chartType="pivot-table-v2"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
This plugin used to be
@superset-ui/plugin-chart-pivot-table
[0.18.0
]
Details
- ssp-plugin-chart-pivot-table
- dodopizza
- over 2 years ago
- MIT
- 8 dependencies
Assets
- ssp-plugin-chart-pivot-table-0.2.1-npm.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0