Maxime Beauchemin
ef8ba1cbeb
fix unit test live
2025-06-01 11:32:52 -07:00
Maxime Beauchemin
bd77f82cc9
Merge branch 'master' into template_less
2025-06-01 10:23:58 -07:00
Maxime Beauchemin
9c7b676bfc
fix Tooltip-related imports/exports
2025-05-31 16:06:46 -07:00
Maxime Beauchemin
28db9ad7fc
chore: moving reusable components from src/components to packages/superset-ui-core/src/components ( #33593 )
2025-05-31 15:40:05 -07:00
Fardin Mustaque
e20a08cb14
fix: add query identifier to legend items in mixed time series charts ( #33519 )
2025-05-29 14:42:48 +02:00
Levis Mbote
429935a277
fix(big number with trendline): add None option to the aggregation method dropdown ( #33407 )
2025-05-29 14:33:04 +02:00
amaannawab923
bdfb698aa4
fix(Radar): Radar chart normalisation ( #33559 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-26 22:01:17 +03:00
Maxime Beauchemin
c279d08d5e
fix: remove all less styling! ( #33445 )
...
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-05-23 14:28:47 -07:00
Richard Fogaca Nienkotter
38868f9ff4
fix(sankey): incorrect nodeValues ( #33431 )
...
Co-authored-by: richardfn <richard.fogaca@appsilon.com >
2025-05-23 14:52:58 -06:00
Giampaolo Capelli
5b2f1bbf9e
feat(stack by dimension): add a stack by dimension dropdown list ( #32707 )
...
Co-authored-by: CAPELLI Giampaolo <giampaolo.capelli@docaposte.fr >
2025-05-22 11:10:18 -03:00
amaannawab923
950a3313d8
fix(table): table sort by fix ( #33540 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
2025-05-21 15:00:25 +02:00
Maxime Beauchemin
0af5770a49
Merge branch 'master' into template_less
2025-05-19 18:31:35 -07:00
Maxime Beauchemin
26563bb330
fix: optimize Explore popovers rendering ( #33501 )
2025-05-19 13:58:42 -07:00
amaannawab923
217f11a8f7
fix(table): table ui fixes ( #33494 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-17 13:48:49 -07:00
Maxime Beauchemin
33f2ffd2a9
chore: rip antd-v4 from the app! ( #33411 )
2025-05-15 10:42:56 -07:00
Vladislav Korenkov
fa1693dc5f
feat(Pie Chart): threshold for Other ( #33348 )
2025-05-14 12:20:30 -06:00
Mehmet Salih Yavuz
7258dc9ea0
fix(theming): Merge ci issues and new antd4 component to antd5 ( #33429 )
2025-05-14 14:30:44 +03:00
Syed Bariman Jan
29ac507d56
fix(deckgl): fix deckgl multiple layers chart filter and viewport ( #33364 )
2025-05-13 23:03:14 -07:00
Mehmet Salih Yavuz
b03c425393
fix(theming): Fix various visual regressions from theming ( #33302 )
2025-05-13 22:29:24 +03:00
Maxime Beauchemin
5a67713f3f
Merge branch 'master' into template_less
2025-05-13 08:36:44 -07:00
Damian Pendrak
33e48146b0
chore: Add missing ECharts tags ( #33397 )
2025-05-12 18:10:04 +02:00
Mehmet Salih Yavuz
7472714ce7
Merge branch 'master' into template_less
2025-05-12 10:12:28 +03:00
Enzo Martellucci
67aa991099
refactor(ui): replace native HTML elements with Ant Design 5 components for consistent theming ( #33231 )
2025-05-12 10:00:05 +03:00
amaannawab923
22475e787e
feat(Table Chart): Row limit Increase , Backend Sorting , Backend Search , Excel/CSV Improvements ( #33357 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-09 11:27:31 -06:00
Enzo Martellucci
d635c2a9ab
fix: replace invalid theme tokens
2025-05-07 20:52:18 +02:00
Enzo Martellucci
2c038f5bd6
Merge branch 'master' into template_less
2025-05-07 20:25:48 +02:00
Fardin Mustaque
a928f8cd9e
feat: add metric name for big number chart types #33013 ( #33099 )
...
Co-authored-by: Fardin Mustaque <fardinmustaque@Fardins-Mac-mini.local >
2025-05-07 16:56:02 +02:00
Maxime Beauchemin
fc031ca35b
fix: various theme-related tweaks and touches ( #33372 )
2025-05-06 09:08:48 -07:00
Enzo Martellucci
9da62ed63a
refactor(InfoTooltipWithTrigger): Replace support for fa icons with antd5 icons ( #33256 )
...
- Define and centralized tooltip icon variants (info, warning, notice, error, question)
- Replace old FontAwesome icons
- Update tests to reflect the new icons and variant behavior
2025-05-05 18:07:15 +02:00
Enzo Martellucci
49bcf79f71
Merge branch 'master' into template_less
2025-05-05 15:31:30 +02:00
Evan Rusackas
d2360b533b
fix(histogram): remove extra single quotes ( #33248 )
2025-04-25 16:45:05 -06:00
Sam Firke
ac636c73ae
fix(heatmap): correctly render int and boolean falsy values on axes ( #33238 )
2025-04-25 11:25:50 -04:00
Levis Mbote
6a586fe4fd
fix(chart): Restore subheader used in bignumber with trendline ( #33196 )
2025-04-25 09:39:07 -03:00
Mehmet Salih Yavuz
6c01173c21
Merge branch 'master' into template_less
2025-04-24 18:23:33 +03:00
Evan Rusackas
150b9a0168
feat(maps): Adding Republic of Serbia to country maps ( #33208 )
...
Co-authored-by: dykoffi <dykoffi@users.noreply.github.com >
2025-04-23 11:29:35 -06:00
Evan Rusackas
ae48dba3e1
feat(maps): Adding Ivory Coast / Côte d'Ivoire ( #33198 )
...
Co-authored-by: dykoffi <dykoffi@users.noreply.github.com >
2025-04-22 10:04:19 -06:00
Maxime Alay-Eddine
7530487760
feat(country-map): fix France Regions IDF region code - Fixes #32627 ( #32695 )
...
Co-authored-by: Maxime ALAY-EDDINE <maxime@galeax.com >
2025-04-21 20:15:27 -06:00
Evan Rusackas
b589d44dfb
fix(deckgl): Update Arc to properly adjust line width ( #33154 )
2025-04-18 10:07:40 -06:00
Elizabeth Thompson
4140261797
fix: subheader should show as subtitle ( #33172 )
2025-04-18 13:03:20 +08:00
JUST.in DO IT
172e5dd095
fix(echart): Thrown errors shown after resized ( #33143 )
2025-04-17 09:49:49 -07:00
Mehmet Salih Yavuz
86d5537a7f
Merge branch 'master' into template_less
2025-04-16 13:22:21 +03:00
JUST.in DO IT
7333ffd41e
fix(echart): Tooltip date format doesn't follow time grain ( #33138 )
2025-04-15 18:51:53 -07:00
Maxime Beauchemin
4f93c2d2e7
Merge branch 'master' into template_less
2025-04-15 11:45:12 -07:00
Kamil Gabryjelski
8cb71b8d3b
fix(plugin-chart-table): Don't render redundant items in column config when time comparison is enabled ( #33126 )
2025-04-14 23:08:15 +02:00
Kamil Gabryjelski
839215148a
feat(explore): X-axis sort by specific metric when more than 1 metric is set ( #33116 )
2025-04-14 20:39:09 +02:00
Maxime Beauchemin
334aa1a672
fix a unit test
2025-04-14 10:41:03 -07:00
Elizabeth Thompson
7b9ebbe735
feat(explore): Integrate dataset panel with Folders feature ( #33104 )
...
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-04-14 18:40:31 +02:00
Maxime Beauchemin
4123d25873
Merge branch 'master' into template_less
2025-04-12 12:57:53 -07:00
Levis Mbote
d75ff9e784
feat(charts): add subtitle option and metric customization controls ( #32975 )
2025-04-10 17:24:24 +02:00
Maxime Beauchemin
2580a8ba78
Merge branch 'master' into template_less
2025-04-02 17:59:35 -07:00