@xtremax/plugin-chart-xbase-sunburst

0.0.2 • Public • Published

@xtremax/plugin-chart-xbase-sunburst

Version

This plugin provides Custom Sunburst 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 XbaseSunburstChartPlugin from '@xtremax/plugin-chart-xbase-sunburst';

new XbaseSunburstChartPlugin().configure({ key: 'xbase-sunburst' }).register();
<SuperChart
  chartType="xbase-sunburst"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>

Readme

Keywords

Package Sidebar

Install

npm i @xtremax/plugin-chart-xbase-sunburst

Weekly Downloads

2

Version

0.0.2

License

Apache-2.0

Unpacked Size

737 kB

Total Files

25

Last publish

Collaborators

  • xtremax