0.10.0 • Published 3 years ago

@ecqq/plugin-chart-pivot-table v0.10.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@superset-viz-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-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: {...},
  }]}
/>