Commit Graph

10474 Commits

Author SHA1 Message Date
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
Yongjie Zhao
eed58d6658 chore: publish v0.18.5 2021-11-26 11:47:30 +08:00
Yongjie Zhao
c7744d4720 feat: add resample operator to advanced analytic (#1349)
* chore: add resample operator to advanced analytic

* wip

* minor improvement

* wip

* fix UT

* minor fix

* udates

* fix type
2021-11-26 11:47:30 +08:00
Yongjie Zhao
93eb7f5831 chore: do prettier for yaml file (#1363) 2021-11-26 11:47:30 +08:00
Ville Brofeldt
78bbc2c014 chore: replace mathjs with mexp (#1362)
* chore: replace mathjs with mexp

* remove console.log and fix types
2021-11-26 11:47:30 +08:00
Ville Brofeldt
0db8831ccb chore: publish v0.18.4 2021-11-26 11:47:29 +08:00
Ville Brofeldt
614e06dede feat(core): add support for non-temporal series limit (#1356)
* feat(plugin-chart-echarts): add support for non-temporal series limit

* Update plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>

* make whisker type unclearable and also handle null case

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2021-11-26 11:47:29 +08:00
Yongjie Zhao
463b15382e chore: clean up mixed-timeseries chart (#1352) 2021-11-26 11:47:29 +08:00
Maxhui
e149c537ee feat(plugin-chart-echarts): add x and y label support for 9 charts (#1351)
* feat: add x and y label support for timeseries

fix #16512

* feat: change label to title

* feat: add x/y title to 9 chats

* refactor: move config to shared-control

* refactor: add chartTitle section config in custom tab

* refactor: refactor param names

* lint: code lint

* refactor: refactor code

* lint: lint code

* feat: make ypostion clearable false

* lint: code lint

Co-authored-by: xuzhebin <maxhui2020@gmail.com>
2021-11-26 11:47:29 +08:00
David Aaron Suddjian
e1944cfb43 Revert "chore: isolate the one actual jquery dependency (#1339)" (#1355)
This reverts commit 19f8f6a09c284de157c7179d43275ea2344b2372.
2021-11-26 11:47:29 +08:00
David Aaron Suddjian
de9a1bb72a chore: publish v0.18.3 2021-11-26 11:47:29 +08:00
David Aaron Suddjian
c6511712af chore: isolate the one actual jquery dependency (#1339) 2021-11-26 11:47:29 +08:00
Marti Raudsepp
3d3da9d134 fix(legacy-plugin-chart-country-map): Correct ISO 3166-2 county codes for Estonia (#1344)
I have no idea how this happened, but most Estonian county codes were
off by one.

Unfortunately I couldn't compare it to latest data from
naturalearthdata.com, since download links are currently down.

Source: https://en.wikipedia.org/wiki/ISO_3166-2:EE#Counties

Primary source: https://www.evs.ee/en/iso-3166-2-2020 (but I'm not going
to pay 100 €)
2021-11-26 11:47:29 +08:00
Ville Brofeldt
9af408dcd2 chore: publish v0.18.2 2021-11-26 11:47:29 +08:00
Ville Brofeldt
ae6ef5b9ef chore(core): move @emotion/styled to peer dependency (#1347) 2021-11-26 11:47:29 +08:00
Ville Brofeldt
70d3b1143b chore(plugin-chart-echarts): bump to ECharts 5.2.0 (#1340) 2021-11-26 11:47:28 +08:00
Yongjie Zhao
dbfbb47bda chore: publish v0.18.1 2021-11-26 11:47:28 +08:00
Stephen Liu
b7e49fc4db fix(plugin-chart-echarts): [feature-parity] display custom metrics (#1337) 2021-11-26 11:47:28 +08:00
Stephen Liu
6b1b1423b9 fix(plugin-chart-echarts): [guage chart] filter indicator not shown (#1326) 2021-11-26 11:47:28 +08:00
Yongjie Zhao
03b1db93c2 fix: bignumber format by time formatter (#1307)
* feat: bignumber format by time formatter

* fix ut

* rename control label
2021-11-26 11:47:28 +08:00
thanhtrinh2311
d237bb6e07 feat(legacy-plugin-chart-country-map): add Vietnam map (#1334) 2021-11-26 11:47:28 +08:00