Evan Rusackas
fe0ea69280
feat(controls): Migrate all control panels to React component functions
...
Major refactor to modernize control panel system:
## Changes Made
### Core Infrastructure
- Created InlineControls.tsx with helper functions for all control types
- Added SharedControlComponents for replacing string control references
- Fixed TypeScript types and imports across all control panels
- Added proper exports and type definitions
### Control Panel Migrations
- Converted 20+ control panel files from inline configurations to React components
- Eliminated all string control references (e.g., ['metric'] → MetricControl())
- Updated all legacy-plugin-chart-* plugins
- Updated all legacy-preset-chart-deckgl layers
- Fixed chord diagram control panel (was prematurely using JSON Forms)
### Type Safety Improvements
- Fixed choice array type mismatches (now supports mixed types)
- Resolved import conflicts by renaming inline control helpers
- Added proper TypeScript types for all control configurations
- Reduced TypeScript errors by 57% (44 → 19)
### Pattern Conversion
Before: { name: 'control', config: { type: 'SelectControl', ... } }
After: SelectControl({ name: 'control', ... })
This sets the foundation for the next phase: migrating to JSON Forms format.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-08 14:14:39 -07:00
yousoph
7c2ec4ca5f
fix: Update table chart configuration labels to sentence case ( #34438 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-01 12:02:42 -07:00
Mehmet Salih Yavuz
a611278e04
fix: Console errors from various sources ( #34178 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-07-30 23:32:32 +03:00
Ian McEwen
c49789167b
style(chart): restyle table pagination ( #34311 )
2025-07-27 19:39:10 -07:00
Pius Iniobong
9c771fb2ba
fix: preserve correct column order when table layout is changed with time comparison enabled ( #34300 )
2025-07-25 15:31:33 +03:00
Maxime Beauchemin
30e5684006
fix: address numerous long-standing console errors (python & web) ( #34299 )
2025-07-24 09:50:26 -07:00
Vitor Avila
75ee4edc6a
fix: Apply metric d3format when currency config is {} for table charts ( #34127 )
2025-07-10 22:44:22 -03:00
Mehmet Salih Yavuz
6adfd33e3a
fix(Table): Allow timeshifts to be overriden ( #34014 )
2025-07-07 13:20:09 +03:00
Mehmet Salih Yavuz
09736ee42c
feat(Table): Add infrastructure to override time shifts ( #33947 )
2025-06-30 16:32:43 +03: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
Levis Mbote
7deca8f2cd
feat(chart): add toggle for percentage metric calculation mode in Table chart ( #33656 )
2025-06-13 21:00:58 +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
amaannawab923
217f11a8f7
fix(table): table ui fixes ( #33494 )
...
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
2025-05-17 13:48:49 -07: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
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
Levis Mbote
d75ff9e784
feat(charts): add subtitle option and metric customization controls ( #32975 )
2025-04-10 17:24:24 +02:00
Vitor Avila
ab22bb1878
fix(Jinja): Emit time grain to table charts even if they don't have a temporal column ( #32871 )
2025-03-28 13:48:49 -03:00
Vitor Avila
f0dc1e7527
fix(table-chart): Do not show comparison columns config if time_compare is set to [] ( #32863 )
2025-03-26 13:28:22 -03:00
Fardin Mustaque
7d77dc4fd2
fix: Time Comparison Feature Reverts Metric Labels to Metric Keys in Table Charts ( #32665 )
...
Co-authored-by: Fardin Mustaque <fardinmustaque@Fardins-Mac-mini.local >
2025-03-25 14:22:15 +02:00
Evan Rusackas
6c3886aad0
fix(tooltip): displaying <a> tags correctly ( #32488 )
2025-03-03 15:04:05 -07:00
Đỗ Trọng Hải
dcc9628f31
fix(viz/table): selected column not shown in Conditional Formatting popover ( #32272 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-02-16 16:39:00 -07:00
Đỗ Trọng Hải
19e8a7049b
feat(fe): upgrade superset-frontend to Typescript v5 ( #31979 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2025-01-29 08:40:33 -03:00
Đỗ Trọng Hải
f8fe780f52
chore: replace Lodash usage with native JS implementation ( #31907 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-01-21 11:33:31 -07:00
Levis Mbote
b84e5250f1
chore(Accessibility): Fix accessibility for 'Show x entries' dropdown in tables ( #30818 )
2024-11-18 19:25:42 +02:00
yousoph
3ec3f0a610
fix(explore): Update tooltip copy for rendering html in tables and pivot tables ( #30682 )
...
Co-authored-by: Joe Li <joe@preset.io >
2024-11-01 10:54:50 -07:00
Antonio Rivero
6c2bd2a968
fix(table): Use extras in queries ( #30335 )
2024-09-19 16:45:39 +02:00
Josh Soref
d0c9cde0ba
chore(frontend): Spelling ( #25452 )
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
2024-09-10 15:05:35 -06:00
Antonio Rivero
bc6d2dba37
feat(time_comparison): Support all date formats when computing custom and inherit offsets ( #30002 )
2024-08-23 15:32:25 +02:00
Đỗ Trọng Hải
1c3ef01209
chore(build): uplift several outdated frontend packages ( #29652 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2024-08-06 09:02:01 -06:00
Ross Mabbett
dac69e2092
feat(explorer): Add configs and formatting to discrete comparison columns ( #29553 )
2024-07-25 18:43:56 -04:00
Antonio Rivero
9052f9fbb4
fix(plugins): Fix dashboard filter for Table and Big Number with Time Comparison ( #29517 )
2024-07-08 23:07:35 +02:00
Geido
66bc8ceddd
chore(Table): Add aria-label to Table page size selector ( #29391 )
2024-06-28 16:19:58 +02:00
Michael S. Molina
213fd69b2b
chore: Rename Totals to Summary in table chart ( #29360 )
2024-06-25 13:33:16 -03:00
Antonio Rivero
7ddea62331
feat(table): Table with Time Comparison ( #28057 )
...
Co-authored-by: Lily Kuang <lily@preset.io >
Co-authored-by: lilykuang <jialikuang@gmail.com >
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com >
2024-06-14 20:21:43 +02:00
Matheus Batista
024cfd86e4
feat(formatters): Add custom d3-time-format locale ( #24263 )
2024-06-10 12:24:33 -06: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
Michael S. Molina
95706d9be2
feat: Adds the Featured Charts dashboard ( #28789 )
2024-06-04 16:59:10 -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
Geido
69a7bfc88d
chore(Dashboard): Improve Table accessibility ( #28059 )
2024-04-17 18:24:07 +02:00
soniagtm
4f363e1180
feat: add option to disable rendering of html in sql lab and table chart ( #27969 )
...
Co-authored-by: Sonia <sonia.gautam@agoda.com >
2024-04-11 12:46:34 -06:00
Geido
4202fba0f1
fix(Dashboard): Add aria-label to filters and search forms ( #27968 )
2024-04-10 12:10:13 +02:00
Kamil Gabryjelski
c3149994ac
feat(viz picker): Remove some tags, refactor Recommended section ( #27708 )
2024-04-03 14:04:42 +02:00
Evan Rusackas
eabee9dedd
chore(hail mary): Update package-lock.json via npm-audit-fix ( #26693 )
2024-02-15 12:40:04 -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
JUST.in DO IT
6f402991e5
fix(plugins): missing currency on small number format in table chart ( #27041 )
2024-02-08 15:24:24 -08:00
Kamil Gabryjelski
e6d2fb6fdf
fix(plugin-chart-table): Prevent misalignment of totals and headers when scrollbar is visible ( #26964 )
2024-02-01 18:27:22 +01:00
Kamil Gabryjelski
e4eae9a70c
fix(plugin-chart-table): Revert "fix(chart table in dashboard): improve screen reading of table ( #26453 )" ( #26963 )
2024-02-01 17:17:37 +01:00
Ville Brofeldt
19f8405bc0
chore: make TS enums strictly PascalCase ( #26875 )
2024-01-31 17:40:44 -08:00
Michael S. Molina
8a2f7d378a
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag ( #26372 )
2024-01-31 09:45:57 -05:00
Nico Carlier
71a950fc80
fix(chart table in dashboard): improve screen reading of table ( #26453 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2024-01-29 11:05:35 -08:00