@w11k/plugin-chart-table-extended
v0.0.5
Published
Superset Chart - Table
Downloads
4
Keywords
Readme
@w11k/plugin-chart-table-extended
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
Patron
❤️ W11K - The Web Engineers
❤️ theCodeCampus - Trainings for Angular and TypeScript
License
Apache-2.0