|
пре 5 година | |
---|---|---|
.. | ||
.github | пре 5 година | |
docs | пре 5 година | |
packages | пре 5 година | |
.gitignore | пре 5 година | |
.npmrc | пре 5 година | |
.travis.yml | пре 5 година | |
CHANGELOG.md | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
buildAssets.js | пре 5 година | |
commitlint.config.js | пре 5 година | |
lerna.json | пре 5 година | |
package.json | пре 5 година | |
package1.json | пре 5 година | |
read.txt | пре 5 година | |
tsconfig.options.json | пре 5 година |
WIP.
The initial purpose of this repo is to support Echarts radar in Superset. You can also use it as a reference on how to support other visualizations of Echarts.
Snapshot in Superset:
See also:
Current master: http://echarts-basic.iamhd.top
Note: You have to customize your own netlify to use this.
| Package | Version | Note |
|--|--|--|
| @dmicros/superset-ui-preset-chart-echarts-basic | | README|
See README to use
Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.
Note: This repo is created with template at https://github.com/apache-superset/superset-ui-plugins-template .
The following is a typical plugin class:
export default class EchartsBasicRadarPlugin extends ChartPlugin {
constructor() {
super({
controlPanel,
loadChart: () => import('../EchartsBase'),
metadata,
transformProps,
});
}
}
Let's break it down:
Apache-2.0