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

0.2.2 • Public • Published

@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: {...},
  }]}
/>

Readme

Keywords

Package Sidebar

Install

npm i @superset-custom/plugin-chart-india-map

Weekly Downloads

2

Version

0.2.2

License

Apache-2.0

Unpacked Size

41.8 MB

Total Files

57

Last publish

Collaborators

  • subbu-rs