This is the Superset Plugin Chart Mixed Bar Area Superset Chart Plugin.
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' }),