Commit Graph

4335 Commits

Author SHA1 Message Date
dependabot[bot]
55d2bead90
chore(deps-dev): bump @types/jquery in /superset-frontend (#17533)
Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:31:21 -07:00
dependabot[bot]
08f28c8006
chore(deps-dev): bump @types/enzyme in /superset-frontend (#17534)
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.5 to 3.10.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:30:51 -07:00
dependabot[bot]
8f52314cf9
chore(deps-dev): bump mini-css-extract-plugin in /superset-frontend (#17535)
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.3.0 to 2.4.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.3.0...v2.4.5)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 17:30:22 -07:00
Phillip Kelley-Dotson
4e76637252
initial fix (#17547) 2021-11-30 08:24:18 -08:00
Yongjie Zhao
db42cea070 fix EOF 2021-11-30 11:26:18 +08:00
Yongjie Zhao
21a86229bc remove temporary_superset_ui 2021-11-30 11:17:54 +08:00
Ville Brofeldt
c3ab372a52 v0.4.13 2021-11-30 11:14:39 +08:00
Yongjie Zhao
5baffa8375 chore: import esmodule from chart-controls (#47) 2021-11-30 11:14:39 +08:00
David Aaron Suddjian
ec44a2ebee v0.4.12 2021-11-30 11:14:38 +08:00
David Aaron Suddjian
23261bae3a chore: bump superset-ui peer dependencies (#46) 2021-11-30 11:14:38 +08:00
David Aaron Suddjian
50a712cb96 chore: version bump (#45)
* chore: version bump

* chore: use 0.x.x to avoid future issues
2021-11-30 11:14:38 +08:00
Ville Brofeldt
c99e520c50 v0.4.11 2021-11-30 11:14:38 +08:00
Ville Brofeldt
c3e5edf7cf fix(scatter): fix legend and labels (#43) 2021-11-30 11:14:38 +08:00
Ville Brofeldt
55b3c7933d fix(hex): restore control panel to functioning state (#42) 2021-11-30 11:14:37 +08:00
Ville Brofeldt
d96f84bb0a v0.4.10 2021-11-30 11:14:37 +08:00
Ville Brofeldt
1ce0d8395d chore(deps): bump libs 2021-11-30 11:14:37 +08:00
Ville Brofeldt
aba0d0e2d2 chore: bump deckgl and mapbox libs (#41) 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski
6ed2651a0b v0.4.9 2021-11-30 11:14:37 +08:00
Kamil Gabryjelski
bf39b282e3 chore: readme lint fix 2021-11-30 11:14:36 +08:00
Kamil Gabryjelski
7242c405bb chore: fill descriptions and rearrange tags (#40) 2021-11-30 11:14:36 +08:00
Ville Brofeldt
044789f4b9 docs: add instructions for npm release (#39) 2021-11-30 11:14:36 +08:00
Ville Brofeldt
89e214c73b v0.4.8 2021-11-30 11:14:36 +08:00
Ville Brofeldt
3d54d19723 chore: fix lint 2021-11-30 11:14:36 +08:00
sowo
f0369fda6e Fix issue with large timestamp arrays (#35)
* Fix issue with large timestamp arrays

Math.max and Math.min produce "Maximum call stack size exceeded" errors when used with large arrays (see: https://stackoverflow.com/questions/18308700/chrome-how-to-solve-maximum-call-stack-size-exceeded-errors-on-math-max-apply)

* fix issue when viewport.zoom < 0

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/utils/time.js

Sure. Style changed

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-30 11:14:36 +08:00
Yaozong Liu
9b8524c7b1 chore: add tags and description for viz gallery (#38)
* chore: add tags and description

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Arc/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Hex/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Scatter/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

* Update packages/superset-ui-legacy-preset-chart-deckgl/src/layers/Screengrid/index.js

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>

Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com>
2021-11-30 11:14:35 +08:00
Yongjie Zhao
aae89276a3 chore: add Highly-used tag for charts (#36) 2021-11-30 11:14:35 +08:00
Ville Brofeldt
4a9cc528dd v0.4.7 2021-11-30 11:14:35 +08:00
Kamil Gabryjelski
5e6af313e2 feat(chart-controls): implement dnd controls for all charts (#33) 2021-11-30 11:14:35 +08:00
Jesse Yang
4df23a4a6c v0.4.6 2021-11-30 11:14:35 +08:00
Jesse Yang
1817f1ceae chore: downgrade superset-ui/core to 0.17.11 2021-11-30 11:14:34 +08:00
Jesse Yang
2975acc4ef chore: bump demo package version 2021-11-30 11:14:34 +08:00
Jesse Yang
18604f4dd2 v0.4.5 2021-11-30 11:14:34 +08:00
Jesse Yang
b88265e0ab chore: upgrade node to v14 and bump peerDependencies 2021-11-30 11:14:34 +08:00
Jesse Yang
28f534a364 v0.4.4 2021-11-30 11:14:34 +08:00
Yongjie Zhao
6da8b7a628 chore: bump peerDependencies to 0.17.12 2021-11-30 11:14:33 +08:00
Jesse Yang
4d50245417 build: add --extract to publish script 2021-11-30 11:14:33 +08:00
Jesse Yang
c075430400 v0.4.3 2021-11-30 11:14:33 +08:00
Jesse Yang
67a75c023b chore: bump peerDependencies to 0.17.11 2021-11-30 11:14:33 +08:00
Jesse Yang
1f096038c9 build: add commands to release via lerna (#27) 2021-11-30 11:14:33 +08:00
Jesse Yang
f7534475cc v0.4.2 2021-11-30 11:14:32 +08:00
Jesse Yang
3ca1ea78c2 chore: upgrade superset-ui peerDependencies (#26) 2021-11-30 11:14:32 +08:00
Kamil Gabryjelski
18d0c48333 fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image (#25)
* fix(superset-ui-legacy-preset-chart-deckgl): fix download map as image

* fix(superset-ui-legacy-preset-chart-deckgl): lint fix
2021-11-30 11:14:32 +08:00
dependabot[bot]
e105a37cd2 build(deps): bump urijs (#23)
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.4.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-30 11:14:32 +08:00
Ville Brofeldt
d859abafd5 v0.4.1 2021-11-30 11:14:32 +08:00
Evan Rusackas
13b73c9f1c chore: lint fix 2021-11-30 11:14:31 +08:00
Evan Rusackas
d0add1a8b1 Fixing multi layer controls (#24)
* fix: docs updated with queriesData

* chore: package linting

* fix: restoring missing controls

* feat: sections.legacyRegularTime
2021-11-30 11:14:31 +08:00
Ville Brofeldt
d374375ae3 v0.4.0 2021-11-30 11:14:31 +08:00
Ville Brofeldt
9e10e04dbe chore: bump superset-ui and update references to queriesData (#22)
* chore: update references to queriesData

* fix: add legacy time sections

* fix: add missing deps
2021-11-30 11:14:31 +08:00
Jesse Yang
687b70d640 v0.3.2 2021-11-30 11:14:31 +08:00
Jesse Yang
667d56c0d1 fix: missing groupby/dimension select options (#21) 2021-11-30 11:14:30 +08:00
Jesse Yang
e0c28e38f5 v0.3.1 2021-11-30 11:14:30 +08:00
Jesse Yang
73856a305a chore: add command to cleanup tsc buildinfo 2021-11-30 11:14:30 +08:00
Jesse Yang
36c9805e89 chore: compress thumbnails with pngquant (#19)
Ran following commands:

```
brew install pngquant
pngquant --quality=65-80 ./packages/**/*.png --ext .png --force
```
2021-11-30 11:14:30 +08:00
Jesse Yang
646293ac11 v0.3.0 2021-11-30 11:14:29 +08:00
Jesse Yang
080ddd21eb chore: upgrade superset-ui packages and update tsc (#18) 2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
c9b285aa2a v0.2.5 2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
b6ae76e88f build: update lock 2021-11-30 11:14:28 +08:00
Phillip Kelley-Dotson
24c1285c4a chore(legacy-deckgl): add deckgl control panels to deckgl monorepo (#17)
* add deckgl control panels to deckgl monorepo

* fix lint errors

* readd chart-controls as dependency?

* restructure deck layer folder files and convert chart to emotions

* move peers back to depends

* move dependencies

* add lock file

* fix for eslint bug?

* update breaking package

* Update index.js
2021-11-30 11:14:28 +08:00
Krist Wongsuphasawat
e45825de9b v0.2.4 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
46db778baa feat: update dependencies to 0.13 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
8256d99cd1 feat: update dependencies to 0.13 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
9583a36f37 v0.2.3 2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
8fbeba101c feat: make all deckgl charts handle their own tooltips (#13)
* feat: make all deckgl charts handle their own tooltips

* fix: use destructuring
2021-11-30 11:14:27 +08:00
Krist Wongsuphasawat
f3e5a10518 v0.2.2 2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
abc4a04294 feat: support polygon tooltip independently from superset app (#12)
* feat: support polygon tooltip independently from superset app

* fix: remove unintended changes

* fix: minor styling

* fix: tooltip

* fix: lowercase name

* fix: storybook
2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
4f0d4e038b v0.2.1 2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
940e449bbe feat: make polygon support geojson feature and fix autozoom (#11)
* feat: support standard geojson feature in polygon

* fix: viewport autozoom

* fix: type

* fix: lint

* refactor: renames

* fix: travis

* build: add yarn.lock

* fix: travis

* fix: error message

* fix: storybook

* fix: improt

* fix: address comments

* fix: storybook

* fix: remove yarn.lock

* refactor: viewport

* fix: extension

* fix: extension
2021-11-30 11:14:26 +08:00
Krist Wongsuphasawat
1a93f58550 v0.2.0 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
8a4e141448 feat: change bundle to target modern browser (#10) 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
55dc4f7a53 build: update browser target 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
42cefc48ca build: remove babel transform runtime (#9) 2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
b7ec4bf266 build: migrate to nimbus (#8)
* build: migrate to nimbus

* fix: eslint-disable statements

* fix: conflict

* fix: lint

* fix: lints

* fix: bump packages
2021-11-30 11:14:25 +08:00
Krist Wongsuphasawat
b50ab75983 docs: update readme 2021-11-30 11:14:24 +08:00
khtruong
b5fa25a7df v0.1.1 2021-11-30 11:14:24 +08:00
Maxime Beauchemin
cac4e07bfe feat: add plugin for Kepler (#2)
* feat: add plugin for Kepler

* fix: add dep and update naming for consistency

* fix: lint issues
2021-11-30 11:14:24 +08:00
Kim Truong
317f185d36 fix: remove storybook dependency (#3)
* fix: remove storybook dependency

* fix: update node
2021-11-30 11:14:24 +08:00
Maxime Beauchemin
6c895c9510 Merge pull request #1 from apache-superset/upgrade_simple
chore: upgrade to deck.gl 7.x
2021-11-30 11:14:24 +08:00
Krist Wongsuphasawat
369021dc3f Update README.md 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
f833c12bc3 docs: update readme 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
168a88acf6 docs: update readme 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
39be9ad6f0 fix: peer dependency version 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
ceba4f0983 v0.1.0 2021-11-30 11:14:23 +08:00
Krist Wongsuphasawat
976e88dff8 test: add unit test 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
b98fecd1be fix: lint 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
46384d790a fix: bug due to name mangle when minifying 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
4c335a1df9 docs: add polygon demo 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
b114a29f60 docs: add screengrid demo 2021-11-30 11:14:22 +08:00
Krist Wongsuphasawat
f3f691f757 docs: add scatter demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
a872d9c229 docs: add hex demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
853102c4eb docs: add grid demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
5d5e68bdf5 docs: add path demo 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
fd6b2b6ebe docs: add storybook for arc 2021-11-30 11:14:21 +08:00
Krist Wongsuphasawat
54b5be5c7a docs: clear changelog 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
5cad9d65d2 docs: update readme 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
c2f490ad19 refactor: rename packages 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
9377688081 fix: update package.json 2021-11-30 11:14:20 +08:00
Krist Wongsuphasawat
096454e9cf fix: lints (mostly disabled) 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
b1074fc872 fix: lint 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
ad74e60e99 feat: add deckgl files 2021-11-30 11:14:19 +08:00
Krist Wongsuphasawat
3b7cec5e06 initial commit 2021-11-30 11:14:18 +08:00
Yongjie Zhao
b09a5495e5 add temporary_superset_ui 2021-11-30 11:13:31 +08:00
Yongjie Zhao
3c41ff68a4
refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +08:00
Daman Arora
bfba4f1689
chore: migrate Fieldset component from jsx to tsx (#17474)
* migrate Fieldset component from jsx to tsx

* update type check for fieldKey

* remove unused css class called fieldset
2021-11-29 14:17:54 -08:00
Michael S. Molina
a959e6df45
fix: Visualizations don't load when using keyboard shortcuts (#17542) 2021-11-29 09:14:21 -03:00
Holger Bruch
6604a6ab28
chore(translations): Add missing i18n (#17525)
* Add *.ts to babel.cfg

* Add missing i18n calls

* Update pot file

* Fix lint issues and review comment

* Incorparate review feedback

* Fix missing or non-extractable i18n calls

* Update pot file

* Fix syntax error in CommonParameters.tsx

* Fix introduced issues
2021-11-27 14:50:33 +02:00
Nithin George Philips
4cf429c154
feat: add classNames for apply and clearAll buttons for superset filters (#17554)
Co-authored-by: Nithin Philips <nithinphilips@Administrators-MacBook-Pro.local>
2021-11-27 12:09:36 +02:00
Yongjie Zhao
870d2ab16f
Merge pull request #17445 from zhaoyongjie/monorepo_relocate_superset_ui
refactor(monorepo): relocate superset-ui
2021-11-26 18:28:01 +08:00
Yongjie Zhao
61a9517fb8 chore: ignore temporary_superset_ui in jest config 2021-11-26 17:17:50 +08:00
Yongjie Zhao
fe1d91015a chore: add .prettierignore and update pre-commit-config 2021-11-26 17:17:24 +08:00
Yongjie Zhao
e7cc08a6f4 chore: ignore temporary_superset_ui checking 2021-11-26 17:17:11 +08:00
Hugh A. Miles II
2e29f36e78
fix: RBAC for export for dashboard viewers (#17527)
* set out export

* update test

* use default dataset

* update test

* these test work

* fix test

* update

* fix

* fix test

* make the test better
2021-11-25 20:10:41 -08:00
Yongjie Zhao
2836c80b31 chore: publish v0.18.25 2021-11-26 11:47:40 +08:00
Stephen Liu
7f44a0402d fix(plugin-chart-echarts): fix legend margin in radar and ts chart (#1470) 2021-11-26 11:47:40 +08:00
Yongjie Zhao
d490ee89b1 chore: fix end-of-file (#1468)
* chore: end of file fixer

* compress image

* lint without build

* lintrc improvment

* exporting

* update parallel-coordinates tsconfig

* add license to md file

* add license

* add eslintignore
2021-11-26 11:47:39 +08:00
geido
0e60be4f3c chore: publish v0.18.24 2021-11-26 11:47:39 +08:00
Geido
22d976a600 Pass dashboardId to control (#1467) 2021-11-26 11:47:39 +08:00
Ville Brofeldt
85e7d02820 chore: publish v0.18.23 2021-11-26 11:47:39 +08:00
Kamil Gabryjelski
2b8e4a18dc fix(plugin-chart-pivot-table): cross filtering by adhoc column (#1465) 2021-11-26 11:47:39 +08:00
Yongjie Zhao
852478b7cd chore: coordinate storybook with main repository (#1466)
* chore: coordinate storybook with main repository

* update lock file
2021-11-26 11:47:39 +08:00
Ville Brofeldt
b25e0d6f74 chore: publish v0.18.22 2021-11-26 11:47:39 +08:00
John Bodley
3894cb0e26 fix: update chart sorting control labels/descriptions (#1462)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2021-11-26 11:47:39 +08:00
Ville Brofeldt
e186adb62a fix(plugin-chart-echarts): fix opacity on area chart (#1464) 2021-11-26 11:47:39 +08:00
Yongjie Zhao
067fc8a009 chore: coordinate superset-ui unittest with main repository (#1463) 2021-11-26 11:47:38 +08:00
Yongjie Zhao
490029a1f3 chore: publish v0.18.21 2021-11-26 11:47:38 +08:00
Ville Brofeldt
e16a836731 feat(core): add support for adhoc columns (#1342)
* feat(core): add support for adhoc columns

* simplify import

* revert simplification due to codecov

* fix filter column type

* fix pivot v2 groupbys

* remove redundant import

* Add new type guards

* move ColumnMeta type guards to chart-controls

* add type guard tests

* Fix typing and import errors

* Fix saved expression type guard

* Fix typing

* Remove redundant import

* Make Echarts and PivotTable handle AdhocColumns properly

* Fix lint

Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2021-11-26 11:47:38 +08:00
Stephen Liu
4359ed0e72 feat: remove the default Y-axis truncate in bar chart (#1450)
* feat:  remove the default Y-axis truncate in bar chart

* make all charts consistently

* fix lint
2021-11-26 11:47:38 +08:00
Yongjie Zhao
c78551df4f chore: refine prettier config as the main repository (#1456)
* change to prettier.config.js

* printWidth to 80

* format

* tweak
2021-11-26 11:47:38 +08:00
Yongjie Zhao
3cc4861a76 chore: bump @typescript-eslint/eslint-plugin 5.3.0 (#1457)
* chore: bump eslint 5.3.0

* fix lint
2021-11-26 11:47:38 +08:00
Yongjie Zhao
0d219533b2 chore: merge tsconfig.json and tsconfig.options.json (#1459) 2021-11-26 11:47:38 +08:00
Yongjie Zhao
1896c842d6 chore: tweak unittest (#1460)
* chore: tweak unittest

lint

* lint
2021-11-26 11:47:37 +08:00
Hugh A. Miles II
67f1083af6 feat: Set default for Accept field in header to take application/json (#1413)
* Update SupersetClientClass.ts

* Update SupersetClientClass.ts

* add comment

* update test
2021-11-26 11:47:37 +08:00
Yongjie Zhao
069d4115a8 chore: publish v0.18.20 2021-11-26 11:47:37 +08:00
Stephen Liu
a71d3caa6c feat(legacy-plugin-chart-calendar): increase the contrast of calendar heatmap color and label (#1452)
* feat(legacy-plugin-chart-calendar): increasecontrast of calendar heatmap

* rename getContrastingColor and put it core

* fix: unit test
2021-11-26 11:47:37 +08:00
Stephen Liu
259ff67ef7 feat(plugin-chart-echarts): support always show annotation label (#1449) 2021-11-26 11:47:37 +08:00
Yongjie Zhao
4a95b6a48a chore: check node and npm version in release workflow (#1454)
* chore: check npm and node version in learn publish

* update error

* distinguished between node and npm
2021-11-26 11:47:37 +08:00
Yongjie Zhao
beb4376a2a chore: update lockfile (#1451)
* fix: lock file blocked CI

* increase coverage
2021-11-26 11:47:37 +08:00
geido
92a00d3db6 chore: publish v0.18.19 2021-11-26 11:47:37 +08:00
Geido
57e90b1c4b fix: Color consistency (#1406)
* Replace color in scheme statically

* Set color statically and re-use instance

* Fix tests and clean up

* Improve comments

* Refactor and simplify

* Update tests

* Remove unnecessary ColorMapControl

* Remove unnecessary const

* Remove control label_colors
2021-11-26 11:47:37 +08:00
Ville Brofeldt
b6bc25ef78 chore: publish v0.18.18 2021-11-26 11:47:37 +08:00
Ville Brofeldt
25da47c111 fix(plugin-chart-echarts): boxplot groupby incorrect (#1448)
* fix(plugin-chart-echarts): boxplot groupby incorrect

* add tests

* use formData instead of QueryObject

* lint
2021-11-26 11:47:36 +08:00
Ville Brofeldt
fb5e5af88a fix(plugin-chart-echarts): fix tick labels and tooltip (#1447)
* fix(plugin-chart-echarts): fix tick labels and tooltip

* remove redundant conditional expression
2021-11-26 11:47:36 +08:00
Muhammad Hewedy
28dff9b395 feat: Add Saudi Arabia country map (#1416)
* Add saudi arabia provinces geojson - source https://maps.elastic.co/#file/saudi_arabia_provinces

* fix format of goejson to follow superset format parsed by CountryMap.js

Co-authored-by: mhewedy <mhewedy@elm.sa>
2021-11-26 11:47:36 +08:00
Ville Brofeldt
b80b220e4b chore(plugin-chart-echarts): bump echarts to 5.2.2 (#1440)
* chore(plugin-chart-echarts): bump echarts to 5.2.2

* bump package
2021-11-26 11:47:36 +08:00
Stephen Liu
71935725c3 feat: support sort the rich tooltip by metric desc (#1445)
* feat: support rich tooltip sort by metric

* fix: vercel ci
2021-11-26 11:47:36 +08:00
John Bodley
35c8b3abb9 chore: publish v0.18.17 2021-11-26 11:47:36 +08:00
John Bodley
0d8ba7a29d docs: update chart sorting control labels/descriptions (#1436)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2021-11-26 11:47:36 +08:00
John Bodley
4e3102935c fix: revert default series limit and update eligible choices (#1430)
* Revert "feat: add default series_limit (#1033)"

This reverts commit 5bd2a149644e9ecfeca8e54153eb9e5658546ec3.

* Update index.tsx

* Update index.tsx
2021-11-26 11:47:36 +08:00
Yongjie Zhao
66b5b2cf9f chore: add Apache License for superset-ui (#1444)
* chore: add rat script

* add license

wip
2021-11-26 11:47:36 +08:00
John Bodley
a5d5f95d38 chore: pass datasource to metrics control (#1438)
* Update controlPanel.tsx

* Update index.tsx

* Update dndControls.tsx
2021-11-26 11:47:35 +08:00
Yongjie Zhao
2029b37f2e fix: incorrect commit message (#1443) 2021-11-26 11:47:35 +08:00
Yongjie Zhao
9e0e560355 chore: publish v0.18.16 2021-11-26 11:47:35 +08:00
Yongjie Zhao
7f5249eda0 fix: can't update package-lock.json (#1442) 2021-11-26 11:47:35 +08:00
Yongjie Zhao
b307716979 chore: export esModule from chart-controls (#1441) 2021-11-26 11:47:35 +08:00
Stephen Liu
3a5bfa6488 fix: show value on the selected series (#1429)
* fix: show value on the selected series

* fix: callback
2021-11-26 11:47:35 +08:00
Michael S. Molina
8666f63c4a feat: adds the option to show values for mixed time-series (#1435) 2021-11-26 11:47:35 +08:00
JoaquinPretell92
e494f0065c feat(legacy-plugin-chart-country-map): add peru country map (#1424)
* Add files via upload

* Update countries.ts
2021-11-26 11:47:35 +08:00
Stephen Liu
46b4eca280 feat: add storybook for missing chart and fix broken treemap (#1427) 2021-11-26 11:47:34 +08:00
Yongjie Zhao
9b059b8127 fix: unable bump new version (#1434) 2021-11-26 11:47:34 +08:00
Yongjie Zhao
95657773c6 fix: remove npm logout (#1433) 2021-11-26 11:47:34 +08:00
Yongjie Zhao
2443df97df fix: lerna can't update package-lock.json (#1432)
* fix: lerna can't update package-lock.json

* upgrade commit message
2021-11-26 11:47:34 +08:00
Yongjie Zhao
282a051ead chore: publish v0.18.15 2021-11-26 11:47:34 +08:00
Yongjie Zhao
58d0246f9e fix: remove package-lock.json (#1426) 2021-11-26 11:47:34 +08:00
Yongjie Zhao
4a8d78304d chore: export module that use in main repo (#1425) 2021-11-26 11:47:34 +08:00
Yongjie Zhao
f552abaa42 refactor: replace yarn with npm (#1405)
* refactor: replace yarn with npm

* revert npm requirement back to 14 for vercel

* disable build Storybook job

* fix linting errors

* update lock file

* rebase master and bump encodable/color to 1.1.1

* update package-lock.json

update lock file

* change node version format to satisfy vercel

* remove restriction on @encodable/color

* rename yarn.lock to package-lock.json

* add resolved in lock file and restriction on @encodable/color

* install dependences by npm ci

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
2021-11-26 11:47:34 +08:00
Stephen Liu
2e5d7d25c8 chore: adapte storybook 6 params (#1414) 2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
e6ab2f791b chore: publish v0.18.14 2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
4dc6443ac3 add ref type for superchart (#1411) 2021-11-26 11:47:33 +08:00
Yongjie Zhao
c44df76596 chore: upgrade storybook to 6.3.12 (#1409)
* chore: upgrade storybook to 6.3.12

* update title

* fix can't import styled
2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
7c9064dd9e chore: publish v0.18.13 2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
85136452a0 add prop to SuperChart for select (#1408) 2021-11-26 11:47:33 +08:00
David Aaron Suddjian
213e486a27 chore: upgrade datatables library (#1402) 2021-11-26 11:47:33 +08:00
John Bodley
0d1cda6d82 chore: publish v0.18.12 2021-11-26 11:47:33 +08:00
John Bodley
1f603203bb chore: translate fractional time grains (#1404)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
d087982a45 chore: publish v0.18.11 2021-11-26 11:47:33 +08:00
Phillip Kelley-Dotson
c28131a071 inital commit (#1397) 2021-11-26 11:47:32 +08:00
Yongjie Zhao
a1be5a32bd chore: avoid importing from lib (#1399) 2021-11-26 11:47:32 +08:00
Ville Brofeldt
635bb79ad5 chore(legacy-preset-chart-nvd3): deprecate MultiLine chart (#1394) 2021-11-26 11:47:32 +08:00
Yongjie Zhao
b0a4f873d0 fix: npm registry connection set to ssl (#1395) 2021-11-26 11:47:32 +08:00
Yongjie Zhao
fba5879636 chore: publish v0.18.10 2021-11-26 11:47:32 +08:00
Yongjie Zhao
de7b1f7f2d chore: hide rolling_periods and min_periods (#1392)
* chore: hide rolling_periods and min_periods

* Update packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

* Update packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2021-11-26 11:47:32 +08:00
Yongjie Zhao
b5dcf1ae81 fix: rolling and cum operator in multiple series chart (#1386)
* fix: rolling and cum operator in multiple series chart

* fix lint

* fix UT
2021-11-26 11:47:32 +08:00
Ville Brofeldt
f1613fd17e feat(plugin-chart-echarts): add support for custom forecasts (#1389) 2021-11-26 11:47:32 +08:00
erik_ritter
50f9d84d19 chore: publish v0.18.9 2021-11-26 11:47:32 +08:00
Grace Guo
927a9bde99 add feature flag: ENABLE_FILTER_BOX_MIGRATION (#1388) 2021-11-26 11:47:32 +08:00
Yongjie Zhao
b309c6bbea fix: replace absolute difference with difference in echart (#1383)
* fix: replace absolute difference with difference in echart

* fix ut

* fix ut
2021-11-26 11:47:31 +08:00
Yongjie Zhao
d1461c684f fix: replace absolute difference with difference in legacy charts (#1384) 2021-11-26 11:47:31 +08:00
stevetracvc
98e2f744b3 feat(legacy-plugin-chart-histogram): cumulative histogram option (#1381)
* Add a cumulative option to make a cumulative histogram

* also add in percentile in the hover popup

* fix: add precision to percentile label

* fix: formatting ES lint issues
2021-11-26 11:47:31 +08:00
Ville Brofeldt
f880b156d9 chore: publish v0.18.8 2021-11-26 11:47:31 +08:00
Yongjie Zhao
8c4d75f5c6 refactor: migrate timeseries_limit_metric to legacy_order_by (#1364)
* refactor: migrate timeseries_limit_metric to legacy_order_by

* improve coverage
2021-11-26 11:47:31 +08:00
Roman F
a783131d7d feat: added italian regions country map (#1319)
Co-authored-by: Roman Fedyna <r.fedyna@reply.it>
2021-11-26 11:47:31 +08:00
Stephen Liu
ff8979b46e feat(plugin-chart-echarts): [feature-parity] support double clicking legend and series to view single selected series (#1324)
* feat(plugin-chart-echarts): support double clicking legend

* fix: get echart instance instead of method

* feat: support click series to view single series

* fix: lint

* fix: clear single select

* fix: remove unused comment

* fix: UT
2021-11-26 11:47:31 +08:00
Phillip Kelley-Dotson
de86eb9247 add y-axis control to bubble chart (#1377) 2021-11-26 11:47:31 +08:00
Ville Brofeldt
827b361fc2 chore: upgrade to Node 16 (#1374) 2021-11-26 11:47:31 +08:00
erik_ritter
992b7e4661 chore: publish v0.18.7 2021-11-26 11:47:31 +08:00
Erik Ritter
10248b9a7e chore: Remove immutable.js from map-box (#1375) 2021-11-26 11:47:30 +08:00
Ville Brofeldt
3bcf23c716 chore: publish v0.18.6 2021-11-26 11:47:30 +08:00
Ville Brofeldt
8f56a1fb95 refactor(core): move mexp from plugins to core (#1371)
* refactor(core): move mexp from plugins to core

* remove test nest
2021-11-26 11:47:30 +08:00
Lyndsi Kay Williams
43526009f3 fix: pivot-table-fixed (#1360) 2021-11-26 11:47:30 +08:00
Ville Brofeldt
055d9f8e42 chore(plugin-chart-echarts): bump to ECharts 5.2.1 (#1370)
* chore(plugin-chart-echarts): bump to ECharts 5.2.1

* ignore type error
2021-11-26 11:47:30 +08:00
Yongjie Zhao
0f4a06d15e refactor: improve code smell for postprocessing (#1368)
* refactor: improve code smell for postprocessing

* jest UT

* best practice for jest
2021-11-26 11:47:30 +08:00