0.0.2 • Published 3 years ago

@xtremax/plugin-chart-xbase-sunburst v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

@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: {...},
  }]}
/>