Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.16 KB

File metadata and controls

50 lines (32 loc) · 1.16 KB

@w11k/plugin-chart-table-extended

Version

This plugin provides a Table Plugin that for Apache Superset.

Installation

npm install @w11k/plugin-chart-table-extended

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 TableChartExtendedPlugin from '@w11k/plugin-chart-table-extended';

new TableChartExtendedPlugin().configure({ key: 'table_extended' }).register();

Then use it via SuperChart

<SuperChart
  chartType="table_extended"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>

Sponsor

This plugin is sponsored by ZMG

ZMG Logo

Patron

License

Apache-2.0