0.0.5 • Published 2 years ago

@w11k/plugin-chart-table-extended v0.0.5

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

@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

❤️ W11K - The Web Engineers

❤️ theCodeCampus - Trainings for Angular and TypeScript

License

Apache-2.0