@superset-custom/plugin-chart-pivot-table
v0.14.3
Published
Superset Chart - Pivot Table
Readme
@superset-viz-plugins/plugin-chart-table-pivot
This plugin provides Table Pivot New for Superset.
Usage
Configure key, which can be any string, and register the plugin. This key will be used to lookup this chart throughout the app.
import TablePivotNewChartPlugin from '@superset-viz-plugin/plugin-chart-table-pivot';
new TablePivotNewChartPlugin()
.configure({ key: 'nielsen-oss-table-pivot' })
.register();<SuperChart
chartType="nielsen-oss-pivot-table"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>