0.14.0 • Published 4 years ago
@superset-viz-plugins/plugin-chart-pivot-table v0.14.0
@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: {...},
}]}
/>
0.14.0
4 years ago
0.13.2
4 years ago
0.11.1
4 years ago
0.11.0
4 years ago
0.10.2
4 years ago
0.10.1
4 years ago
0.10.0
4 years ago
0.9.1
4 years ago
0.9.0
4 years ago
0.8.0
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.3
4 years ago
0.6.2
4 years ago
0.6.1
4 years ago
0.6.0
4 years ago
0.5.6
5 years ago
0.5.5
5 years ago
0.5.4
5 years ago
0.5.3
5 years ago
0.5.2
5 years ago
0.5.1
5 years ago
0.5.0
5 years ago
0.4.0
5 years ago