Evan Rusackas
ad2a1fe92f
style(formatters): fix prettier formatting
...
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 00:36:55 -08:00
Evan Rusackas
65cfebd889
fix: remove unused StringConstructor from return type
...
Address review feedback from @michael-s-molina: Since the function
no longer returns String, remove StringConstructor from the return
type and update the misleading test description.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 21:55:14 -08:00
Evan Rusackas
73eb0c11d4
Update formatters.ts
2026-02-05 21:55:14 -08:00
Evan Rusackas
6cb9819d10
fix(echarts): Apply D3 locale formatting to adaptive datetime x-axis
...
Fixes #31790
When the "Adaptive" datetime format option was selected for x-axis in ECharts
visualizations, the custom D3 locale settings (like localized month names) were
being ignored. This was because getXAxisFormatter() was returning undefined for
SMART_DATE_ID, causing ECharts to use its default formatter instead of the
configured D3 locale formatter.
The fix ensures that when SMART_DATE_ID is selected, the smart date formatter
with proper locale support is returned, allowing custom D3 time formats with
localized month and day names to work correctly with the adaptive option.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-02-05 21:55:13 -08:00
Evan Rusackas
d3919cf24f
fix(translations): Periodic language strings extraction, newly Translatable label positions for Radar Chart ( #33940 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-05 19:48:24 -08:00
bikashbarua
4e4fa53c8d
fix: Rename Truncate Axis to Truncate Y Axis in bar chart controls ( #37403 )
...
Co-authored-by: Joe Li <joe@preset.io >
Co-authored-by: SBIN2010 <Sbin2010@mail.ru >
2026-02-05 12:55:51 +03:00
Luis Sánchez
91131d5996
chore(charts): echarts left padding too big and automation of title ( #36993 )
2026-02-02 15:48:03 -08:00
Jonathan Alberth Quispe Fuentes
4a7cdccdad
fix: Heatmap does not render correctly on normalization ( #37208 )
2026-02-02 12:34:46 +03:00
Evan Rusackas
ae10e105c2
fix(chart): enable cross-filter on bar charts without dimensions ( #37407 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 17:14:24 -08:00
Felipe López
9764a84402
fix(charts): Table chart shows an error on row limit ( #37218 )
2026-01-30 11:45:50 -08:00
Pedro Rodrigues
2cce0308d4
fix: big number drill to details column data ( #37068 )
2026-01-30 12:32:49 +03:00
Enzo Martellucci
3fa5bb4138
fix(echarts): restore dashed line style for time comparison series ( #37135 )
2026-01-22 00:44:57 +01:00
Luis Sánchez
25647942fd
fix(chart): Horizontal bar chart value labels cut off ( #36989 )
2026-01-21 12:33:44 +02:00
Luis Sánchez
f4597be341
fix(timeseries): x-axis last month was hidden ( #37181 )
2026-01-19 17:19:34 +01:00
tiya-9975
f984dca5cc
fix(sunburst): make Show Total text theme-aware ( #37177 )
...
Co-authored-by: DarshCode123 <darshjain193@gmail.com >
Co-authored-by: SBIN2010 <Sbin2010@mail.ru >
2026-01-18 14:43:16 +03:00
Yousuf Ansari
a77c2d550c
fix(mixed-timeseries): prevent duplicate legend entries ( #37217 )
2026-01-18 00:33:33 +03:00
Richard Fogaca Nienkotter
f4474b2e3e
feat: Dynamic currency ( #36416 )
2026-01-16 21:58:41 -08:00
Luis Sánchez
dcdcf88969
chore(chart): rollback legend top alignment to the right ( #36994 )
2026-01-12 10:30:34 -08:00
Mehmet Salih Yavuz
e9b6791ffb
refactor: move translations and logging to new core ( #36929 )
2026-01-12 08:58:59 +03:00
Yousuf Ansari
33a425bbbc
fix(echarts): use scroll legend for horizontal layouts to prevent overlap ( #36306 )
2025-12-17 11:16:35 -08:00
dependabot[bot]
ead19f9ba3
chore(deps-dev): bump prettier from 3.6.2 to 3.7.4 in /superset-frontend ( #36487 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 11:22:46 -08:00
dependabot[bot]
ee2ab7e078
chore(deps): update dayjs requirement from ^1.11.13 to ^1.11.18 in /superset-frontend/plugins/plugin-chart-echarts ( #34955 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 16:59:12 -08:00
Enzo Martellucci
236e000398
fix(Gauge): clearing previously set min and max values in a gauge chart sets the data labels to 0 ( #36425 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-12-05 19:16:43 +02:00
Sam Firke
3345eb32c5
fix(heatmap): y-axis sorts in order ( #36302 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-04 09:52:10 -08:00
Gabriel Torres Ruiz
1d8d30e5bb
fix(echarts): pass vizType to enable theme overrides in all chart types ( #36389 )
2025-12-04 09:51:40 -08:00
PolinaFam
c9a7a85159
feat(chart): add axes settings for trendline ( #36002 )
2025-11-28 12:22:57 -08:00
Enzo Martellucci
cac6ffcd3c
fix: Extra controls width for Area Chart on dashboards ( #36133 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-11-24 16:57:17 +02:00
SBIN2010
21f85a4145
feat(tree chart): add initial tree depth to tree chart ( #35425 )
2025-11-18 09:40:51 -08:00
Alex Yang
001b6cb801
feat: Floating Point Formatting for Scatter Point Chart ( #35915 )
...
Co-authored-by: Vincent <vincent.trung4@gmail.com >
2025-11-14 11:37:44 -08:00
Richard Fogaca Nienkotter
37d58a476c
fix(chart): align legend with chart grid in List mode for Top/Bottom orientations ( #36077 )
2025-11-14 11:14:21 +01:00
Vedant Prajapati
258512fef2
fix(echarts): Series style hidden for line charts ( #33677 )
...
Co-authored-by: Vedant Prajapati <vedantprajapati@geotab.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 20:28:01 +03:00
Mehmet Salih Yavuz
9546ee37e5
chore(superset-core): move ui to new core ( #35308 )
2025-11-07 13:53:06 -03:00
Evan Rusackas
8ccdf3b32b
feat(frontend): Replace ESLint with OXC hybrid linting architecture ( #35506 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-30 09:26:21 -07:00
SBIN2010
48ee0821d3
feat: show total in waterfall chart ( #35876 )
2025-10-29 10:25:56 -07:00
Mehmet Salih Yavuz
5218b4eea2
fix(echarts): fix time shift color matching functionality ( #35826 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-28 23:36:50 +03:00
Gabriel Torres Ruiz
5e4a80e5d0
fix(ag-grid): fix conditional formatting theme colors and module extensibility ( #35605 )
2025-10-22 18:39:00 -07:00
yousoph
9ab0a0179d
fix(charts): update axis title labels to sentence case ( #35694 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-17 09:42:04 -07:00
Rafael Benitez
f7b9d7a64b
fix(chart): Fixes BigNumber gradient appearing blackish in light mode ( #35527 )
2025-10-07 09:43:51 -07:00
Evan Rusackas
7deed00def
chore(frontend): Consolidate ESLint configurations in superset-frontend ( #35318 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 23:52:25 -07:00
SBIN2010
ec322dfd8d
fix(Mixed Chart): Tooltip incorrectly displays numbers with optional Y-axis format and showQueryIdentifiers set to true ( #35224 )
2025-09-24 17:44:01 +03:00
Michael S. Molina
78faaee685
chore: Reference GenericDataType from @apache-superset/core ( #35214 )
2025-09-23 10:12:18 -07:00
SBIN2010
1e4bc6ee78
fix: bug in tooltip timeseries chart in calculated total with annotation layer ( #35179 )
2025-09-19 10:30:42 -07:00
SBIN2010
23bb4f88c0
fix(Funnel): onInit overridden row_limit to default value on save chart ( #35076 )
2025-09-19 09:13:45 -07:00
Levis Mbote
4130b92966
fix(gantt-chart): fix Y-axis label visibility in dark theme ( #35189 )
2025-09-19 12:33:53 +03:00
Michael S. Molina
6cb3ef9f5d
chore: TypeScript Configuration Modernization and Cleanup ( #35159 )
2025-09-18 16:27:57 -03:00
SBIN2010
3e554674ff
feat(waterfall): add changes label series and grouping customize settings ( #34847 )
2025-09-17 08:24:45 -03:00
Maxime Beauchemin
05c6a1bf20
fix(viz): resolve dark mode compatibility issues in BigNumber and Heatmap ( #35151 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 10:21:47 -07:00
Elizabeth Thompson
7d0a472d1e
feat: Add comprehensive dark mode support for chart thumbnails and examples ( #35111 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 13:53:44 -07:00
Maxime Beauchemin
c2534f9155
feat: Add ECharts options overrides to theme system ( #34876 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 13:52:38 -07:00
Gabriel Torres Ruiz
7fd5a7668b
fix(charts): fix legend theming and hollow symbols in dark mode ( #35123 )
2025-09-12 23:33:29 +03:00