0.0.18 • Published 2 years ago

@w11k/plugin-chart-scatter v0.0.18

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@w11k/plugin-chart-scatter

Version

This plugin provides a Scatter Chart for Apache Superset.

Installation

npm install @w11k/plugin-chart-scatter

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 { EchartsScatterChartPlugin } from '@w11k/plugin-chart-scatter';

new EchartsScatterChartPlugin().configure({ key: 'scatter' }).register();

Then use it via SuperChart

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

File structure

├── package.json
├── README.md
├── tsconfig.json
├── src
│   ├── images
│   │   └── thumbnail.png
│   ├── plugin
│   │   ├── buildQuery.ts
│   │   ├── controlPanel.ts
│   │   ├── EchartsScatter.tsx
│   │   ├── index.ts
│   │   └── transformProps.ts
│   │   └── types.ts
│   ├── controls.ts
│   ├── defaults.ts
│   ├── index.ts
│   └── types.ts
├── test
│   └── index.test.ts
└── types
    └── external.d.ts

Sponsor

This plugin is sponsored by ZMG

ZMG Logo

Patron

❤️ W11K - The Web Engineers

❤️ theCodeCampus - Trainings for Angular and TypeScript

License

Apache-2.0

0.0.17

2 years ago

0.0.18

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago