@recobest/chart-plugin-danalytics-funnel
v0.0.4
Published
Funnel Chart Visualization made by Danalytics Dev Group
Downloads
4
Readme
@recobest/plugin-chart-funnel
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 DanalyticsFunnelChartPlugin from '@recobest/danalytics-funnel';
new DanalyticsFunnelChartPlugin()
.configure({ key: 'danalytics_funnel' })
.register();