šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@superset-ui/legacy-plugin-chart-heatmap

Package Overview
Dependencies
Maintainers
21
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superset-ui/legacy-plugin-chart-heatmap

Superset Legacy Chart - Heatmap

0.20.3
latest
Source
npm
Version published
Weekly downloads
49
-58.12%
Maintainers
21
Weekly downloads
Ā 
Created
Source

@superset-ui/legacy-plugin-chart-heatmap

Version Libraries.io

This plugin provides Heatmap 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 HeatmapChartPlugin from '@superset-ui/legacy-plugin-chart-heatmap';

new HeatmapChartPlugin().configure({ key: 'heatmap' }).register();

Then use it via SuperChart. See storybook for more details.

<SuperChart
  chartType="heatmap"
  width={600}
  height={600}
  formData={...}
  queriesData={[{
    data: {...},
  }]}
/>

Keywords

superset

FAQs

Package last updated on 10 Dec 2024

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