0.0.2 • Published 3 years ago
@xtremax/plugin-chart-xbase-sunburst v0.0.2
@xtremax/plugin-chart-xbase-sunburst
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: {...},
}]}
/>