@superset-ui-plugins/plugin-chart-pivot-table

0.12.4 • Public • Published

@superset-ui-plugins/plugin-chart-table-pivot

Version

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-ui-plugin/plugin-chart-table-pivot';

new TablePivotNewChartPlugin()
  .configure({ key: 'berdiyev-table-pivot' })
  .register();
<SuperChart
  chartType="berdiyev-pivot-table"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>

Readme

Keywords

Package Sidebar

Install

npm i @superset-ui-plugins/plugin-chart-pivot-table

Weekly Downloads

1

Version

0.12.4

License

Apache-2.0

Unpacked Size

102 kB

Total Files

18

Last publish

Collaborators

  • berdiyev