0.2.3 • Published 1 year ago

superset-plugin-chart-mixed-bar-area v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

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' }),
0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago