@w11k/plugin-chart-table-extended
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    0

    Version

    0.0.5

    License

    Apache-2.0

    Unpacked Size

    827 kB

    Total Files

    117

    Last publish

    Collaborators

    • kaihenzler
    • romanroe
    • sengmann
    • fvonberg
    • m_sallat
    • pburgmer