ssp-legacy-plugin-chart-heatmap 0.1.1
Install from the command line:
Learn more about npm packages
$ npm install @dodopizza/ssp-legacy-plugin-chart-heatmap@0.1.1
Install via package.json:
"@dodopizza/ssp-legacy-plugin-chart-heatmap": "0.1.1"
About this version
DODOIS: NOT FRIENDLY
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 '@dodopizza/ssp-legacy-plugin-chart-heatmap';
new HeatmapChartPlugin().configure({ key: 'heatmap' }).register();
Then use it via SuperChart
<SuperChart
chartType="heatmap"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
This plugin used to be
@superset-ui/legacy-plugin-chart-heatmap
[0.18.0
]