@superset-custom/plugin-chart-waterfall

0.15.4 • Public • Published

@superset-viz-plugins/plugin-chart-waterfall

Version

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

Readme

Keywords

Package Sidebar

Install

npm i @superset-custom/plugin-chart-waterfall

Weekly Downloads

1

Version

0.15.4

License

Apache-2.0

Unpacked Size

133 kB

Total Files

23

Last publish

Collaborators

  • subbu-rs