Mehmet Salih Yavuz
f554848c9f
fix(PivotTable): Render html in cells if allowRenderHtml is true ( #34351 )
2025-07-29 01:12:37 +03:00
Maxime Beauchemin
5d6a979cd0
chore: remove some of the deprecated theme.colors.* ( #34056 )
2025-07-04 11:39:03 -07:00
Maxime Beauchemin
dd129fa403
feat(theming): land Ant Design v5 overhaul — dynamic themes, real dark mode + massive styling refactor ( #31590 )
...
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
Co-authored-by: Alexandru Soare <37236580+alexandrusoare@users.noreply.github.com >
Co-authored-by: Damian Pendrak <dpendrak@gmail.com >
Co-authored-by: Pius Iniobong <67148161+payose@users.noreply.github.com >
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2025-06-20 13:38:58 -07:00
Geido
fb6efb9e9a
fix(PivotTable): Pass string only to safeHtmlSpan ( #29895 )
2024-08-08 20:01:18 +03:00
Maxime Beauchemin
c5829419e3
feat: get html (links/styling/img/...) to work in pivot table ( #29724 )
2024-07-31 16:43:56 -07:00
Đỗ Trọng Hải
0ca42a8e4d
chore: remove React 16.4's obsolete React imports ( #28571 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-06-05 08:13:24 -03:00
Edgar Ulloa
7263c7cb47
refactor: add "button" role to clickable UI elements for improved accessibility ( #26602 )
2024-04-18 18:28:02 +02:00
Stepan
60fe58196a
fix(pivot-table-v2): Added forgotten translation pivot table v2 ( #22840 )
2024-02-15 10:16:02 -07:00
Evan Rusackas
753ef69529
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) ( #26907 )
2024-02-15 07:40:17 -07:00
Michael S. Molina
be11556799
feat: Adds options to show subtotals in Pivot Table ( #24960 )
2023-08-14 09:20:32 -03:00
Kamil Gabryjelski
da5f7155c6
fix: Further drill by in Pivot Table ( #23692 )
2023-04-14 15:50:13 +02:00
akashboora
832e8fb0ac
fix(Pivot Table v2): resolved full width issue ( #23393 )
2023-03-22 15:36:07 -06:00
Kamil Gabryjelski
ee1952e488
feat(dashboard): Add cross filter from context menu ( #23141 )
2023-02-23 17:05:41 +01:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 ( #22772 )
2023-01-30 09:20:43 -07:00
Artem Shumeiko
f3696ceef3
chore: Localization of several charts and elements ( #22150 )
...
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com >
2023-01-11 09:42:54 -07:00
Stephen Liu
ab53d77aba
fix(dashboard): fix Pivot Table V2 dragPreview in the dashboard ( #21539 )
2022-09-28 22:10:38 +08:00
Michael S. Molina
859b6d2d20
feat: Adds drill to detail context menu to Pivot Table ( #21198 )
...
* feat: Adds drill to detail context menu to Pivot Table
* Adds useCallback
2022-08-26 08:23:26 -03:00
Just[in]Do it!
3f124d9d67
fix(plugin-chart-pivot-table): Invalid Formats Date Fields ( #20909 )
...
When a custom date field value converted in a string format, some aggregators truncated to the first four digits.
This is caused by the parseFloat function which converts to first matched number rather than NaN(Not-A-Number) value.
This commit replaces the parseFloat by Number wrapper to handle this case correctly.
2022-07-28 22:56:08 -07:00
Diego Medina
22b7496d2e
fix: string aggregation is incorrect in PivotTableV2 ( #19102 )
...
* fix: string aggregation is incorrect in PivotTableV2
* cleanup
* fix
* updates
2022-05-23 12:39:18 -06:00
Geido
1fe30f1f0e
Add tnum property to tables ( #20093 )
2022-05-18 16:26:29 +02:00
Michael S. Molina
31095a523d
chore: Removes plugin-chart-pivot-table hard-coded colors ( #19439 )
2022-03-31 13:30:36 -03:00
Kamil Gabryjelski
a8a48af7fa
chore: Make font-weights themable, fix font faces ( #19236 )
...
* fix(fonts): Import all necessary font packages
* Make html tags themable
* Set bold font weight to 600, add medium font weight to theme
* Replace hard coded font weights with theme variables
* Change some font weight light elements to normal
* Fix tests
* Fix bug in pivot table
* Address code review comments
2022-03-22 09:36:15 +01:00
Kamil Gabryjelski
9c9edbe8bc
chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase ( #17769 )
...
* chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase
* Fix lint errors
* Use named export
* Clean up the code
2021-12-17 12:00:32 +01:00