🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Superset Chart - Scatter Map

0.2.3
latest
Source
npm
Version published
Weekly downloads
7
-36.36%
Maintainers
1
Weekly downloads
 
Created
Source

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

This plugin provides World Map for ploting scatter points in 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 ScatterMapChartPlugin from '@superset-ui/legacy-plugin-chart-scatter-map';

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

Keywords

superset

FAQs

Package last updated on 21 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts