Skip to content

ssp-legacy-preset-chart-nvd3 0.1.1

Install from the command line:
Learn more about npm packages
$ npm install @dodopizza/ssp-legacy-preset-chart-nvd3@0.1.1
Install via package.json:
"@dodopizza/ssp-legacy-preset-chart-nvd3": "0.1.1"

About this version

NVD3 vizualizations for Superset

AreaChartPlugin - DODOIS: NOT FRIENDLY

BarChartPlugin - DODOIS: NOT FRIENDLY

BubbleChartPlugin - DODOIS: NOT FRIENDLY

BulletChartPlugin - DODOIS: NOT FRIENDLY

CompareChartPlugin - DODOIS: NOT FRIENDLY

DistBarChartPlugin - DODOIS: NOT FRIENDLY

DualLineChartPlugin - DODOIS: NOT FRIENDLY

LineChartPlugin - DODOIS: NOT FRIENDLY

LineMultiChartPlugin - DODOIS: UNKNOWN

TimePivotChartPlugin - DODOIS: NOT FRIENDLY

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 {
  AreaChartPlugin,
  BarChartPlugin,
  BubbleChartPlugin,
  BulletChartPlugin,
  CompareChartPlugin,
  DistBarChartPlugin,
  DualLineChartPlugin,
  LineChartPlugin,
  LineMultiChartPlugin,
  TimePivotChartPlugin,
} from '@superset-ui/ssp-legacy-preset-chart-nvd3';

new AreaChartPlugin().configure({ key: 'area' }).register();
new LineChartPlugin().configure({ key: 'line' }).register();
...

Then use it via SuperChart

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

Reference

This plugin used to be @superset-ui/legacy-preset-chart-nvd3 [0.18.0]

Details


Assets

  • ssp-legacy-preset-chart-nvd3-0.1.1-npm.tgz

Download activity

  • Total downloads 76
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all