🔴This repo has been archived, and is no longer receiving issues/pull requests. Please open all new issues/PRs on the Apache Superset GitHub repo.🔴
Collection of packages that power the Apache Superset UI, and can be used to craft custom data applications that leverage a Superset backend 📈
Most recent release: https://apache-superset.github.io/superset-ui/
Current master: https://superset-ui.now.sh/
| Package | Version |
|---|---|
| @superset-ui/core | |
| @superset-ui/chart-controls | |
| @superset-ui/generator-superset |
@superset-ui/legacy-* packages are extracted from the classic
Apache Superset and converted into plugins. These
packages are extracted with minimal changes (almost as-is). They also depend on legacy API
(viz.py) to function.
@superset-ui/plugin-* packages are newer and higher quality in general. A key difference that they
do not depend on viz.py (which contain visualization-specific python code) and interface with
/api/v1/query/, a new generic endpoint instead meant to serve all visualizations, instead. Also
should be written in Typescript.
| Package | Version | Note |
|---|---|---|
| @superset-ui/plugin-chart-word-cloud | ||
| @superset-ui/plugin-chart-table | ||
| @superset-ui/preset-chart-xy | ||
| @superset-ui/plugin-chart-echarts | ||
| @superset-ui/plugin-filter-antd |
Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.
Apache-2.0