plugin-chart-leaflet
v0.1.2
Published
Superset Custom Chart - Leaflet
Downloads
4
Readme
plugin-chart-leaflet
Usage
A mockup of a visualization plugin for Superset.
import LeafletMapChartPlugin from 'plugin-chart-leaflet';
new LeafletMapChartPlugin()
.configure({ key: 'leafletmap' })
.register();
Then use it via SuperChart
inside of Superset. See storybook for more details.
<SuperChart
chartType="leafletmap"
width={600}
height={600}
formData={...}
queryData={{
data: {...},
}}
/>