@superset-viz-plugins/plugin-chart-waterfall
v0.15.1
Published
Superset Chart - Waterfall
Downloads
88
Readme
@superset-viz-plugins/plugin-chart-waterfall
This plugin provides Waterfall 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 WaterfallChartPlugin from '@superset-viz-plugins/plugin-chart-waterfall';
new WaterfallChartPlugin()
.configure({ key: 'nielsen-oss-waterfall' })
.register();
<SuperChart
chartType="nielsen-oss-waterfall"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>