XBase UI Superset Chart - Sunburst
key, which can be any string, and register the plugin. This key will be used to
js
import XbaseSunburstChartPlugin from '@xtremax/plugin-chart-xbase-sunburst';
new XbaseSunburstChartPlugin().configure({ key: 'xbase-sunburst' }).register();
`
`js
chartType="xbase-sunburst"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
``