Skip to content

LAMPSpace/superset-plugin-chart-mixed-bar-area

Repository files navigation

Superset plugin chart mixed bar area

Node.js Package

This is the Superset Plugin Chart Mixed Bar Area Superset Chart Plugin.

Usage

To build the plugin, run the following commands:

npm i superset-plugin-chart-mixed-bar-area

After this edit the superset-frontend/src/visualizations/presets/MainPreset.js and make the following changes:

import { SupersetPluginChartMixedBarArea } from 'superset-plugin-chart-mixed-bar-area';

to import the plugin and later add the following to the array that's passed to the plugins property:

new SupersetPluginChartMixedBarArea().configure({ key: 'superset-plugin-chart-mixed-bar-area' }),