Commit Graph

1960 Commits

Author SHA1 Message Date
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
3c41ff68a4
refactor(monorepo): move superset-ui to superset(stage 2) (#17552) 2021-11-30 08:29:57 +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