0.10.1 • Published 4 years ago
@superset-viz-plugins/plugin-chart-pie v0.10.1
@superset-viz-plugins/plugin-chart-pie
This plugin provides Pie for Superset.
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 DonutPieChartPlugin from '@superset-viz-plugins/plugin-chart-donut-pie';
new DonutPieChartPlugin()
.configure({ key: 'nielsen-oss-pie' })
.register();
Then use it via SuperChart
. See storybook for more details.
<SuperChart
chartType="nielsen-oss-pie"
width={600}
height={600}
formData={...}
queriesData={[{
data: {...},
}]}
/>
File structure generated
├── README.md
├── package.json
├── src
│ ├── DonutPie.tsx
│ ├── images
│ │ └── thumbnail.png
│ ├── index.ts
│ ├── plugin
│ │ ├── buildQuery.ts
│ │ ├── controlPanel.ts
│ │ ├── index.ts
│ │ └── transformProps.ts
│ └── types.ts
├── test
│ └── index.test.ts
└── types
└── external.d.ts
0.10.0
4 years ago
0.10.1
4 years ago
0.9.2
4 years ago
0.7.4
4 years ago
0.7.3
4 years ago
0.7.2
4 years ago
0.7.1
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.2
4 years ago
0.5.1
4 years ago
0.5.0
4 years ago
0.4.2
5 years ago
0.4.1
5 years ago
0.3.2
5 years ago
0.4.0
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.2
5 years ago