Skip to content

preset-io/superset-ui-plugins-deckgl

This branch is 9 commits behind apache-superset/superset-ui-plugins-deckgl:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 11, 2021
f34e490 · Aug 11, 2021

History

89 Commits
Sep 18, 2019
Aug 11, 2021
Feb 7, 2020
Jul 20, 2021
Sep 18, 2019
May 25, 2021
May 25, 2021
Sep 19, 2019
Sep 18, 2019
Aug 5, 2021
Sep 18, 2019
Aug 11, 2021
May 25, 2021
Aug 11, 2021

Repository files navigation

@superset-ui/plugins-deckgl 🔌💡

Codecov branch Build Status David Netlify Status

Demo (Storybook)

Most recent release: https://apache-superset.github.io/superset-ui-plugins-deckgl/

Current master: https://superset-ui-plugins-deckgl.netlify.com

Packages

Package Version
@superset-ui/legacy-preset-chart-deckgl 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.

Releasing

Make sure you have commit rights to the main superset-ui-plugins-deckgl repo, have checked it out (NOT a fork!) and belong to the superset-ui org on npm (=can publish new versions).

  1. yarn install
  2. yarn build
  3. yarn release-patch-version. This will raise an error, but you should see a new commit and tag, e.g. v0.4.8
  4. go to the DeckGL directory: cd packages/superset-ui-legacy-preset-chart-deckgl
  5. make sure you're logged into npm: npm whoami should display your npm username.
  6. npm publish

License

Apache-2.0

Packages

No packages published

Languages

  • JavaScript 90.2%
  • TypeScript 7.7%
  • CSS 2.1%