@recobest/danalytics-funnel
v0.0.1
Published
Funnel Chart Visualization made by Danalytics Dev Group
Downloads
5
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();