Commit Graph

10533 Commits

Author SHA1 Message Date
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