Package Exports
- @mcdevsl/superset-ui
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mcdevsl/superset-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@superset-ui
Collection of packages that power the Apache Superset UI, and can be used to craft custom data applications that leverage a Superset backend 📈
Demo
Most recent release: https://apache-superset.github.io/superset-ui/
Current master: https://superset-ui.now.sh/
Packages
Core packages
Package | Version |
---|---|
@superset-ui/core | |
@superset-ui/chart-controls | |
@superset-ui/generator-superset |
Chart plugin packages
@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 |
Contribution and development guide
Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.
License
Apache-2.0