Commit Graph

3742 Commits

Author SHA1 Message Date
Ville Brofeldt
a3bf281929 chore: publish v0.17.37 2021-11-26 11:47:05 +08:00
simcha90
ec45fa5f9d refactor: tick calculation (#1072) 2021-11-26 11:47:05 +08:00
Ville Brofeldt
31ca397c70 fix(plugin-chart-echarts): remove label line if below threshold (#1071) 2021-11-26 11:47:05 +08:00
Ville Brofeldt
d97d706117 chore(plugin-chart-echarts): bump echarts to 5.1.0 (#1062)
* chore(plugin-chart-echarts): bump echarts to 5.1.0

* disable ts error
2021-11-26 11:47:05 +08:00
erik_ritter
58537efc3a chore: publish v0.17.36 2021-11-26 11:47:05 +08:00
Erik Ritter
8d1e28c8bb fix: update yarn.lock (#1067) 2021-11-26 11:47:05 +08:00
Erik Ritter
cc25094b85 feat: add tooltip for full metric names (#1066) 2021-11-26 11:47:05 +08:00
Erik Ritter
cce3486ffd chore: update documentation (#1065) 2021-11-26 11:47:04 +08:00
Ville Brofeldt
ac6e73f58e chore: publish v0.17.35 2021-11-26 11:47:04 +08:00
simcha90
2bb19f16ee feat: groupby filter (#1064) 2021-11-26 11:47:04 +08:00
maltoze
1e27e65d23 chore(plugin-chart-echarts): add time section for gauge chart (#1063) 2021-11-26 11:47:04 +08:00
Ville Brofeldt
935c3af326 chore: publish v0.17.34 2021-11-26 11:47:04 +08:00
Ville Brofeldt
7670a90836 feat(plugin-chart-echarts): add mixed timeseries chart (#1027)
* feat(plugin-chart-echarts): add multiple timeseries chart

* cleanup

* add storybook
2021-11-26 11:47:04 +08:00
Yongjie Zhao
18b1ef008d feat(plugin-chart-echarts): Radar chart POC (#1029)
* feat(plugin-chart-echarts): radar chart mvp

* fix TS error

* fix lint

* WIP

* fix cross-filter and CI

* rebase master

* remove unused control configuration

* Added period to the end of sentence.

* fix FE exception when changes dataset
2021-11-26 11:47:04 +08:00
Craig Rueda
0a4041f971 Adding codecov script locally (#1059) 2021-11-26 11:47:04 +08:00
Ville Brofeldt
8fe9269afe chore: publish v0.17.33 2021-11-26 11:47:04 +08:00
Kamil Gabryjelski
61d0e4b6c2 chore(plugin-chart-pivot-table): change thumbnail and name (#1060) 2021-11-26 11:47:04 +08:00
dkrat7
ef75e7eb83 chore(legacy-plugin-chart-country-map): update notebook with Slovenia parameters (#1058) 2021-11-26 11:47:03 +08:00
Ville Brofeldt
b0cd62ffb7 chore: publish v0.17.32 2021-11-26 11:47:03 +08:00
Ville Brofeldt
2f391ae082 chore(core): simplify ExtraFormData (#1053)
* chore(core): refactor ExtraFormData

* infer override keys from mappings and remove redundant time_range

* rename cross to interactive

* rename CROSS_FILTER to INTERACTIVE_CHART

* remove ts-ignore
2021-11-26 11:47:03 +08:00
Kamil Gabryjelski
9b6f23d3a7 feat(viz): Pivot table chart POC (#1023)
* feat(plugin-chart-pivot-table): add new plugin

* Implement pivot table chart

* Toggle display of grand totals

* Update table viz name

* Minor changes

* Update types

* Implement transpose pivot

* Keep the original order of metrics when sorting

* Use D3 value formatting

* Fix type error

* Explicitly cast payload to JsonObject to fix type error

* Fix tests

* Update react-pivottable dependency

* Solve merge conflicts

* Change thumbnail

* Replace console logs with TODO comments

* Implement z-a sorting

* Update README

Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
2021-11-26 11:47:03 +08:00
dkrat7
8295e7a428 feat(legacy-plugin-chart-country-map): Add Slovenia map (#1054)
* Add slovenia.geojson

* Update countries.ts
2021-11-26 11:47:03 +08:00
maltoze
d1d1adfca6 chore(plugin-chart-table): add muted attribute of video tag to whitelist (#1051) 2021-11-26 11:47:03 +08:00
maltoze
cca4b74fd9 fix(plugin-chart-echarts): fix unnecessary highlight (#1052)
* fix(plugin-chart-echarts): fix unnecessary highlight

* simplify code

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:03 +08:00
simcha90
1dc7538877 refactor(native-filters): Update dataMask structure (#1040)
* refactor: change own state

* refactor: change own state

* refactor: update TS for extra form data

* refactor: usage ownState in charts

* refactor: update dataMask (final)

* lint: update TS

* lint: update TS

* refactor: update table setDataMaskHook

* docs: fix comment
2021-11-26 11:47:03 +08:00
Jesse Yang
822ed0c978 chore: publish v0.17.31 2021-11-26 11:47:03 +08:00
Jesse Yang
93b259a9da chore(legacy-plugin-chart-country-map): clean up dead code
This override will not work because superset controls always use
value from formData/explore state.
2021-11-26 11:47:03 +08:00
Jesse Yang
cbaec13962 fix(legacy-plugin-chart-country-map): higher quality geojson and re-arrange controls (#1045) 2021-11-26 11:47:02 +08:00
Ville Brofeldt
6e01a25e35 chore: publish v0.17.30 2021-11-26 11:47:02 +08:00
Ville Brofeldt
5b8f9efa22 fix(legacy-preset-chart-nvd3): fix tokenizer input type (#1049) 2021-11-26 11:47:02 +08:00
Ville Brofeldt
ed87d473ee fix(plugin-chart-echarts): default to standard x-axis format (#1043) 2021-11-26 11:47:02 +08:00
Ville Brofeldt
637793342c fix(plugin-chart-echarts): add series deduplication (#1046)
* fix(plugin-chart-echarts): add series deduplication

* refactor function
2021-11-26 11:47:02 +08:00
Ville Brofeldt
53df21d723 fix(plugin-chart-echarts): fix unnecessary chart clearing (#1044) 2021-11-26 11:47:02 +08:00
Ville Brofeldt
a0d60c066d fix(plugin-chart-table): fix empty metrics (#1047) 2021-11-26 11:47:02 +08:00
Kamil Gabryjelski
fcd11cde42 feat(plugin-chart-table): enable emitting cross-filters (#1041)
* feat(plugin-chart-table): enable emitting cross-filters

* Hide filters checkbox when cross filters flag is disabled
2021-11-26 11:47:02 +08:00
krsnik93
9070ac954e feat: echarts gauge chart (#993)
* feat: echarts gauge chart

* remove unused legend imports

* move font size multipliers to constants

* add tests

* rename roundcap

* add modulo on color picking to wrap around the color scheme

Co-authored-by: Ivan Krsnik <ivan.krsnik@unipart.io>
2021-11-26 11:47:02 +08:00
Ville Brofeldt
7019e0a098 chore: publish v0.17.29 2021-11-26 11:47:02 +08:00
simcha90
05bd319e27 feat(native-filters): add AppSection type (#1038)
* feat: add place type

* refactor: fix CR notes

* docs: update comments

* fix: fix CR notes
2021-11-26 11:47:01 +08:00
Lily Kuang
803fd44dac feat(feature-flag): add ALERTS_ATTACH_REPORTS feature flag (#1042)
* add alert/report ALERTS_ATTACH_REPORTS feature flag

* fix lint
2021-11-26 11:47:01 +08:00
Kamil Gabryjelski
f4eeebf368 feat(plugin-chart-table): Implement showing totals (#1034)
* feat(plugin-chart-table): implement totals row

* Fix typo

* Fix totals with percentage metrics

* Code review fixes

* Use dnd with percentage metrics and sortby controls

* Make totals checkbox tooltip more descriptive

* Remove console.log

* Change totals tooltip

* Fix typing error

* Use array destructuring

* Fix typo
2021-11-26 11:47:01 +08:00
Jesse Yang
62906906a5 chore: publish v0.17.28 2021-11-26 11:47:01 +08:00
Jesse Yang
79d561d67a fix(plugin-chart-table): add text align to table header (#1039) 2021-11-26 11:47:01 +08:00
Ville Brofeldt
dfd2fda687 chore: publish v0.17.27 2021-11-26 11:47:01 +08:00
Amit Miran
e71d929034 feat: extra_jwt support to be used in dashboard_rbac (#1021)
* feat: extra_jwt support to be used in dashboard_rbac for BE validation of data-access based on dashboard access

* test: extra_jwt existence

* chore: extra_jwt in BaseFormData

* fix: add missing ff to enum

* fix: missing :

* chore: add extra_jwt to QueryContext

* Update QueryFormData.ts

* Update buildQueryContext.ts

* Update buildQueryContext.test.ts

* fix: text

* Update Query.ts

* Update QueryFormData.ts
2021-11-26 11:47:01 +08:00
Jesse Yang
943348b8bf chore: publish v0.17.26 2021-11-26 11:47:01 +08:00
Jesse Yang
6f3f377b43 fix(chart-controls): transform emotion css prop (#1036) 2021-11-26 11:47:01 +08:00
Jesse Yang
9b94f14416 chore: publish v0.17.25 2021-11-26 11:47:01 +08:00
Jesse Yang
cd5a95763d fix(chart-controls): export/import DTTM_ALIAS properly (#1035) 2021-11-26 11:47:00 +08:00
Jesse Yang
65d04d0ef5 chore: publish v0.17.24 2021-11-26 11:47:00 +08:00
Jesse Yang
090e3b1e91 feat(plugin-chart-table): add small number formatter (#1028)
* feat(plugin-chart-table): add small number formatter

* Fix basic storybook
2021-11-26 11:47:00 +08:00