0.2.2 • Published 3 years ago

@superset-custom/plugin-chart-india-map v0.2.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@superset-ui/plugin-chart-india-map

This plugin provides map for India states and union-territories 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 IndiaMapChartPlugin from '@superset-ui/plugin-chart-india-map';

new IndiaMapChartPlugin().configure({ key: 'india-map' }).register();
<SuperChart
  chartType="india-map"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>