superset/superset-frontend/temporary_superset_ui/superset-ui
2021-11-26 11:47:25 +08:00
..
.github Upgrade to GitHub-native Dependabot (#1081) 2021-11-26 11:47:24 +08:00
docs feat(plugin-chart-echarts): Add cross filter for timeseries (#1016) 2021-11-26 11:47:15 +08:00
packages chore(core): add ENABLE_DND_WITH_CLICK_UX ff (#1297) 2021-11-26 11:47:25 +08:00
plugins chore(plugin-chart-pivot-table): change fontsize and border colors (#1286) 2021-11-26 11:47:25 +08:00
scripts fix(chart-controls): transform emotion css prop (#1036) 2021-11-26 11:47:01 +08:00
temporary-plugins chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
test chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
.eslintignore refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00
.eslintrc.js feat(plugin-chart-table): add column config control (#1019) 2021-11-26 11:47:00 +08:00
.esprintrc refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00
.gitignore fix(legacy-plugin-chart-country-map): higher quality geojson and re-arrange controls (#1045) 2021-11-26 11:47:02 +08:00
.npmrc [build-config] move to monorepo root (#11) 2021-11-26 11:44:31 +08:00
.nvmrc chore: upgrade node to v14 (#970) 2021-11-26 11:46:56 +08:00
.prettierignore build: remove nimbus (#847) 2021-11-26 11:46:46 +08:00
.prettierrc refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00
babel.config.js fix(chart-controls): transform emotion css prop (#1036) 2021-11-26 11:47:01 +08:00
CHANGELOG.md chore: publish v0.17.63 2021-11-26 11:47:15 +08:00
codecov.yml build: remove nimbus (#847) 2021-11-26 11:46:46 +08:00
commitlint.config.js chore: add commitlint and commitizen config 2021-11-26 11:44:43 +08:00
CONTRIBUTING.md docs: update publishing instructions (#1254) 2021-11-26 11:47:21 +08:00
jest.config.js chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
lerna.json chore: publish v0.17.80 2021-11-26 11:47:22 +08:00
LICENSE add license 2021-11-26 11:44:32 +08:00
package.json chore: removes react-bootstrap (#1108) 2021-11-26 11:47:09 +08:00
README.md build: remove nimbus (#847) 2021-11-26 11:46:46 +08:00
tsconfig.eslint.json refactor: merge core superset-ui packages (#768) 2021-11-26 11:46:38 +08:00
tsconfig.json chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
tsconfig.options.json chore: upgrade to emotion@11 (#1086) 2021-11-26 11:47:07 +08:00
yarn.lock chore(deps): bump chalk from 4.1.0 to 4.1.2 (#1291) 2021-11-26 11:47:25 +08:00

@superset-ui

Codecov branch Build Status David

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 Version
@superset-ui/chart-controls Version
@superset-ui/generator-superset Version

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.

Package Version
@superset-ui/legacy-preset-chart-big-number Version
@superset-ui/legacy-preset-chart-nvd3 Version
@superset-ui/legacy-plugin-chart-calendar Version
@superset-ui/legacy-plugin-chart-chord Version
@superset-ui/legacy-plugin-chart-country-map Version
@superset-ui/legacy-plugin-chart-event-flow Version
@superset-ui/legacy-plugin-chart-force-directed Version
@superset-ui/legacy-plugin-chart-heatmap Version
@superset-ui/legacy-plugin-chart-histogram Version
@superset-ui/legacy-plugin-chart-horizon Version
@superset-ui/legacy-plugin-chart-iframe Version
@superset-ui/legacy-plugin-chart-markup Version
@superset-ui/legacy-plugin-chart-map-box Version
@superset-ui/legacy-plugin-chart-paired-t-test Version
@superset-ui/legacy-plugin-chart-parallel-coordinates Version
@superset-ui/legacy-plugin-chart-partition Version
@superset-ui/legacy-plugin-chart-pivot-table Version
@superset-ui/legacy-plugin-chart-rose Version
@superset-ui/legacy-plugin-chart-sankey Version
@superset-ui/legacy-plugin-chart-sankey-loop Version
@superset-ui/legacy-plugin-chart-sunburst Version
@superset-ui/legacy-plugin-chart-treemap Version
@superset-ui/legacy-plugin-chart-world-map Version

@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 Version
@superset-ui/plugin-chart-table Version
@superset-ui/preset-chart-xy Version
@superset-ui/plugin-chart-echarts Version
@superset-ui/plugin-filter-antd Version

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