@superset-ui/legacy-plugin-chart-map-box

esm Styles
Superset Legacy Chart - MapBox
Version 0.20.3 License Apache-2.0
Keywords
superset
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 2.1.0
- 1.5.0
- 0.20.3
- 0.20.2
- 0.20.1
- 0.20.0
- 0.18.25
- 0.18.24
- 0.18.23
- 0.18.22
- 0.18.21
- 0.18.20
- 0.18.19
- 0.18.18
- 0.18.17
- 0.18.16
- 0.18.15
- 0.18.14
- 0.18.13
- 0.18.12
- 0.18.11
- 0.18.10
- 0.18.9
- 0.18.8
- 0.18.7
- 0.18.6
- 0.18.5
- 0.18.4
- 0.18.2
- 0.18.0
- 0.17.85
- 0.17.84
- 0.17.81
- 0.17.80
- 0.17.79
- 0.17.78
- 0.17.77
- 0.17.76
- 0.17.75
- 0.17.74
- 0.17.73
- 0.17.72
- 0.17.71
- 0.17.70
- 0.17.69
- 0.17.67
- 0.17.66
- 0.17.64
- 0.17.61
- 0.17.60
- 0.17.59
- 0.17.58
- 0.17.56
- 0.17.55
- 0.17.54
- 0.17.53
- 0.17.52
- 0.17.50
- 0.17.49
- 0.17.48
- 0.17.46
- 0.17.42
- 0.17.41
- 0.17.40
- 0.17.39
- 0.17.36
- 0.17.34
- 0.17.32
- 0.17.30
- 0.17.29
- 0.17.27
- 0.17.26
- 0.17.25
- 0.17.24
- 0.17.23
- 0.17.22
- 0.17.21
- 0.17.19
- 0.17.18
- 0.17.17
- 0.17.16
- 0.17.15
- 0.17.14
- 0.17.13
- 0.17.12
- 0.17.11
- 0.17.10
- 0.17.9
- 0.17.8
- 0.17.5
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.9
- 0.16.7
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.19
- 0.15.18
- 0.15.17
- 0.15.15
- 0.15.13
- 0.15.12
- 0.15.10
- 0.15.9
- 0.15.5
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.23
- 0.14.9
- 0.14.1
- 0.14.0
- 0.13.27
- 0.13.21
- 0.13.16
- 0.13.5
- 0.13.3
- 0.13.1
- 0.13.0
- 0.12.21
- 0.11.15
- 0.11.12
- 0.11.0
- 0.10.11
- 0.10.5
- 0.10.0
- 0.1.1
- 0.1.0
- 0.0.3
<script src=" https://cdn.jsdelivr.net/npm/@superset-ui/legacy-plugin-chart-map-box@0.20.3/lib/index.min.js "></script>
@superset-ui/legacy-plugin-chart-map-box
This plugin provides MapBox 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 MapBoxChartPlugin from '@superset-ui/legacy-plugin-chart-map-box';
new MapBoxChartPlugin().configure({ key: 'map-box' }).register();
Then use it via SuperChart
. See
storybook
for more details.
<SuperChart
chartType="map-box"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>