Commit Graph

10125 Commits

Author SHA1 Message Date
Yongjie Zhao
fc149ced49 fix: show question mark icon when can not infer datatype (#1001) 2021-11-26 11:46:58 +08:00
Yongjie Zhao
3fd75938dc fix(plugin-chart-echarts): fix GraphViz crash with DnD control (#991) 2021-11-26 11:46:57 +08:00
Ville Brofeldt
2ebd31bb16 chore: publish v0.17.15 2021-11-26 11:46:57 +08:00
Ville Brofeldt
a1093df021 feat(core): add extra form data fields for native filters (#992)
* feat(core): implement time grain and column filters

* add apply_fetch_values_predicate to QueryObject

* clean up extract types and fix tests
2021-11-26 11:46:57 +08:00
Jesse Yang
69a5c9004b fix(plugin-chart-table): ignore duplicate percent metrics (#994) 2021-11-26 11:46:57 +08:00
Victor Malai
2625698f1f feat: change font size on responsive for sankey and sunburst chart (#977)
* feat: change font size on responsive

* remove logs

* Sunburst

* WIP

* Sankey label hide

* Format correct object

* add styled components

* Replace document with container

* Return overlapping elements

* Drag

* Fix lint

* Fix test & make tooltip absoliute based on cursor position

* Update storybook for charts

* Resizable in separate page

* Fix responsive class for sunburst

* type
2021-11-26 11:46:57 +08:00
Victor Malai
e67064e952 feat: responsive heatmap (#989)
* feat: responsive heatmap

* Rotate labels

* Update story for heatmap chart

* Add for withNullData chart

* Resizable
2021-11-26 11:46:57 +08:00
simcha90
103f8e41d9 feat: add BE pagination to table with pages (#985) 2021-11-26 11:46:57 +08:00
Ville Brofeldt
15be1fa71d chore: publish v0.17.14 2021-11-26 11:46:57 +08:00
Kamil Gabryjelski
93b0c18ce4 fix: rename DnD types to match component names in Superset (#988) 2021-11-26 11:46:57 +08:00
ʈᵃᵢ
01b705420e refactor(SupersetClient): use new /api/v1/security/csrf_token/ endpoint (#980) 2021-11-26 11:46:57 +08:00
Ville Brofeldt
0f8df43a9b feat(core): copy feature flags from main repo (#982) 2021-11-26 11:46:56 +08:00
Kamil Gabryjelski
b2020076da feat: implement Filter dnd (#978) 2021-11-26 11:46:56 +08:00
Ville Brofeldt
a4efedb47d chore: publish v0.17.13 2021-11-26 11:46:56 +08:00
simcha90
0e0f67a778 feat(self-trigger): add backend pagination for the table (#959)
* feat: add backend pagination for the table

* fix: fix first render next button

* refactor: fix CR notes

* fix: fix CR notes

* refactor: fix CR notes

* chore: add description

* refactor: add behavior property to ChartProps.ts
2021-11-26 11:46:56 +08:00
Kamil Gabryjelski
39300798c3 fix: remove duplicated group by field (#979) 2021-11-26 11:46:56 +08:00
Yongjie Zhao
2289c1e751 chore: publish v0.17.12 2021-11-26 11:46:56 +08:00
Yongjie Zhao
89c7d1d1ae feat: add dropGroupByControl (#967)
* feat: add dropGroupByControl

* control rename to DndColumnSelectControl

* add DND feature flag

* wip

* fix lint

* duplicate dnd control
2021-11-26 11:46:56 +08:00
Jesse Yang
f192e0926c chore: publish v0.17.11 2021-11-26 11:46:56 +08:00
Jesse Yang
4de346c0b6 chore: upgrade node to v14 (#970) 2021-11-26 11:46:56 +08:00
Jesse Yang
61c2f0d97d fix(chart-controls): expose datasource for some controls (#969) 2021-11-26 11:46:56 +08:00
Jesse Yang
20e8c07587 refactor(chart-controls): improve typing and file organization (#962) 2021-11-26 11:46:55 +08:00
Ville Brofeldt
e59f9ed459 chore: publish v0.17.10 2021-11-26 11:46:55 +08:00
Victor Malai
978af22b3e feat(legacy-plugin-chart-map-box): show all points in mapbox chart (#960)
* feat(legacy-plugin-chart-map-box): show all points in mapbox chart

* to percentage

Co-authored-by: Victor <macbook@macs-MacBook-Pro.local>
2021-11-26 11:46:55 +08:00
Kamil Gabryjelski
e9039884fb fix(legacy-plugin-chart-map-box): fix downloading map as image (#965) 2021-11-26 11:46:55 +08:00
Mayur
d47f6ceeae feat(plugin-chart-echarts): add graph echart (#918) 2021-11-26 11:46:55 +08:00
Kamil Gabryjelski
4db92492cf fix(legacy-plugin-chart-paired-t-test): fix paired t-test table chart (#961)
* fix(legacy-plugin-chart-paired-t-test): fix paired t-test table chart

* Display error message if group by wasn't defined

* Add validateNonEmpty for groupby
2021-11-26 11:46:55 +08:00
Jesse Yang
eb168618c1 fix(plugin-chart-table): hide cell bar for group by fields (#957) 2021-11-26 11:46:55 +08:00
Victor Malai
d142881fc9 feat(plugin-chart-echarts): arrange legend and zoom (#920)
* feat(plugin-chart-echarts): subject Arrange legend and zoom

* fix

* WIP

* Fix

* set zoomable false

* fix tests

* Solve comments

* Add constants

* fix

* fix lint

* fix lint

* fix lint

* snake_case to camelCase

* remove unused property
2021-11-26 11:46:55 +08:00
Mayur
9357d2bd82 fix(legacy-plugin-chart-pivot-table): fix displaying image inside rows (#954)
* fix

* lint

* lint

* complete fix

* remove log

* Add storybook entry for html

Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
2021-11-26 11:46:55 +08:00
Victor Malai
f11f2eb486 feat(plugin-chart-echarts): subject fix tooltip format title (#956) 2021-11-26 11:46:55 +08:00
Victor Malai
b3f84f5657 feat: add sort by metric for charts with multiple metrics (#952)
Including
  - legacy-plugin-chart-pivot-table
  - legacy-plugin-chart-parallel-coordinates
  - legacy-plugin-chart-treemap
2021-11-26 11:46:54 +08:00
Victor Malai
b5627c73ea feat(plugin-chart-table): add tooltip about multiple sort (#958)
* feat(plugin-chart-table): subject Add tooltip show multiple sort

* Change message
2021-11-26 11:46:54 +08:00
Ville Brofeldt
ef46c2ed67 chore: publish v0.17.9 2021-11-26 11:46:54 +08:00
Victor Malai
4313a517df feat: Single metric sort (#953)
* feat(legacy-plugin-chart-heatmap): subject Add sort by metric

* feat(legacy-plugin-chart-sunburst): subject Add sort by metric

* feat(legacy-plugin-chart-force-directed): subject Add sort by metric

* feat(legacy-plugin-chart-chord): subject Add sort by metric

* feat(legacy-plugin-chart-country-map): subject Add sort by metric
2021-11-26 11:46:54 +08:00
Victor Malai
afa98bf41e feat(legacy-preset-chart-nvd3): subject NVD3 Bar chart sort by (#947)
* feat(legacy-preset-chart-nvd3): subject WIP

* feat(legacy-preset-chart-nvd3): subject Add sort by for bar chart
2021-11-26 11:46:54 +08:00
Amit Miran
b45cc00c22 feat(core): add custom_params to form_data (#929)
* feat(core): add custom_params to form_data

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

Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>

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

Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>

Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
2021-11-26 11:46:54 +08:00
Ville Brofeldt
90e6a6fc4e chore: publish v0.17.8 2021-11-26 11:46:54 +08:00
simcha90
25a98fba97 feat(core): expand native filter hook and add chart metadata fields (#943)
* refactor: update setExtraFormData hook / change isNativeFilter Property / remove native filters

* refactor: clear storybook

* refactor: update type place

* refactor: add dasourceCount property

* refactor: fix CR notes
2021-11-26 11:46:54 +08:00
Ville Brofeldt
74d02a31e5 chore: publish v0.17.7 2021-11-26 11:46:54 +08:00
Victor Malai
ab2e6f31a5 feat(plugin-chart-echarts): subject add sort by metric for Pie Chart (#946) 2021-11-26 11:46:54 +08:00
Franklin
af6827018d feat(legacy-plugin-chart-country-map): Add Uruguay map (#944)
* feat: add uruguay map

* fix: Update Uruguay geojson file
2021-11-26 11:46:53 +08:00
Victor Malai
bf2a80ca7b feat(plugin-chart-word-cloud): subject Add order by desc on metric (#939)
* feat(plugin-chart-word-cloud): subject Add order by desc

* Add checkbox to control order by
2021-11-26 11:46:53 +08:00
Victor Malai
df47d95f5e feat(plugin-chart-echarts): subject Add option to rotate label defaul 45 (#921) 2021-11-26 11:46:53 +08:00
Ville Brofeldt
d3bb433560 fix(plugin-chart-echarts): label type and hover bugs (#942) 2021-11-26 11:46:53 +08:00
Ville Brofeldt
1816c7e731 chore: publish v0.17.6 2021-11-26 11:46:53 +08:00
Jesse Yang
79f67fe6c3 fix(plugin-chart-table): better rendering for temporal columns (#937) 2021-11-26 11:46:53 +08:00
Victor Malai
d3d343d6c4 feat(plugin-chart-echarts): subject Update echarts to v5.0.1 (#928)
* feat(plugin-chart-echarts): subject Update echarts to v5.0.1

* fix lint

* fix lint

* wip

* wip

* wip

* Fix comments

* Add back missed properties

* Fix lint

* Fix
2021-11-26 11:46:53 +08:00
Jesse Yang
2a4cc71870 chore: publish v0.17.5 2021-11-26 11:46:53 +08:00
Jesse Yang
ea63b7cf8e fix(plugin-chart-table): always sort descending by first metric (#935) 2021-11-26 11:46:53 +08:00