@pl-superset-ui/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: 'behnamkvl-table-pivot' })
.register();
<SuperChart
chartType="behnamkvl-pivot-table"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>