Commit Graph

278 Commits

Author SHA1 Message Date
Jack f3e7c64de6
fix(virtual dataset sync): Sync virtual dataset columns when changing the SQL query (#30903)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2025-02-07 18:16:44 +01:00
Elizabeth Thompson 8984f88a3e
chore(timeseries charts): adjust legend width by padding (#32030) 2025-02-03 14:11:09 -08: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
geotab-data-platform f4efce3475
fix: Reordering echart props to fix confidence interval in Mixed Charts (#30716)
Co-authored-by: Vedant Prajapati <40185967+vedantprajapati@users.noreply.github.com>
2025-01-28 11:51:52 -08:00
Kamil Gabryjelski 7e2b7941f3
refactor: Upgrade to React 17 (#31961) 2025-01-28 16:44:42 +01: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
Elizabeth Thompson 550123882c
fix: adjust line type as well as weight for time series (#30949) 2025-01-21 10:02:47 -08:00
Michael S. Molina a477d84729
fix: Heatmap sorting (#31752) 2025-01-09 14:28:45 -03:00
Jan Suleiman a986a61b5f
feat(plugin): add plugin-chart-cartodiagram (#25869)
Co-authored-by: Jakob Miksch <jakob@meggsimum.de>
2025-01-06 08:58:03 -08:00
victor felder bf1da0f91f
fix: typo in plugin-chart-echats controls (#31673) 2025-01-03 11:25:15 -07:00
dependabot[bot] 65c72c12c4
build(deps): update echarts requirement from ^5.4.1 to ^5.6.0 in /superset-frontend/plugins/plugin-chart-echarts (#31670)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <joe@preset.io>
2025-01-02 08:35:59 -08:00
Fardin Mustaque 640dac1eff
fix: Big Number side cut fixed (#31407)
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
2024-12-27 12:21:58 +01:00
Mehmet Salih Yavuz a193d790b2
refactor(moment): Replace Moment.js with DayJs (#31310) 2024-12-23 18:42:43 +01:00
Michael Gerber a1adb7f31c
fix(sunburst): Use metric label from verbose map (#31480) 2024-12-16 10:44:33 -07:00
Evan Rusackas a6e05f4558
build(packages): npm build/publish improvements. Making packages publishable again. (#30196) 2024-12-10 16:54:41 -07:00
Tatiana Cherne 73d21a87ae
fix(histogram): axis margin padding consistent with other graphs (#31335)
Co-authored-by: Evan Rusackas <evan@preset.io>
2024-12-09 12:03:22 -08:00
Damian Pendrak 2816a70af3
fix: annotations on horizontal bar chart (#31308) 2024-12-05 13:20:22 -08:00
Damian Pendrak 97dde8c485
fix: x axis title disappears when editing bar chart (#30821) 2024-11-29 16:09:03 +01:00
Michael S. Molina 93ba8e16c3
refactor: Creates the VizType enum (#31193) 2024-11-29 10:05:02 -03:00
Michael S. Molina dbcb473040
fix: Time-series Line Chart Display unnecessary total (#31181) 2024-11-27 10:29:09 -08:00
Geido 90572be95a
fix(Dashboard): Retain colors when color scheme not set (#30646) 2024-11-21 19:58:32 +02:00
Michael S. Molina 0e165c1a21
fix: Graph chart colors (#30851) 2024-11-11 14:11:17 -08:00
Ville Brofeldt b02d18a39e
fix(plugin-chart-echarts): sort tooltip correctly (#30819) 2024-11-01 15:24:51 -07:00
goto-loop a729f04695
fix(chart): apply number format in Box Plot tooltip only where necessary (#27142) 2024-10-30 14:59:06 -06:00
Michael S. Molina c8edd1fb25
fix: First item hovered on stacked bar (#30628) 2024-10-16 13:07:12 -03:00
Đỗ Trọng Hải 989744aba2
fix(plugin/echarts): correct enum values for LABEL_POSITION map (#30509)
Signed-off-by: hainenber <dotronghai96@gmail.com>
2024-10-03 15:47:59 -06:00
Gonçalo Teixeira b2fd56094f
fix(radar-chart): metric options not available & add `min` option (#30349) 2024-10-03 09:41:46 -07:00
Michael S. Molina 4834390e6a
fix: Histogram chart not able to use decimal datatype column (#30416) 2024-09-30 09:04:55 -03:00
Michael S. Molina 36f7a3f524
fix: Incorrect hovered items in tooltips (#30405) 2024-09-26 16:08:59 -03:00
Geido 046c096d86
fix(ECharts): Revert ECharts version bump (#30388) 2024-09-25 15:32:55 +02:00
Kamil Gabryjelski 038ef32454
fix(explore): Missing markarea component broke annotations in echarts (#30348) 2024-09-20 16:42:47 +02:00
Ross Mabbett c5594f2979
feat(explore): Add time shift color control to ECharts (#29897) 2024-09-12 12:42:00 -04:00
JUST.in DO IT be0a0ced25
fix: filters panel broken due to tabs scroll (#30180) 2024-09-11 16:30:34 -07: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
Kamil Gabryjelski 3aafd29768
fix: Disable cross filtering on charts with no dimensions (#30176) 2024-09-09 12:43:14 +02:00
Đỗ Trọng Hải aa50eb3b03
build(dev-deps, deps): upgrade major versions for FE deps (#29963)
Signed-off-by: hainenber <dotronghai96@gmail.com>
2024-09-06 11:44:22 -06:00
Michael S. Molina 9cb9e5beee
fix: New tooltip inappropriately combines series on mixed chart (#30137) 2024-09-04 08:38:43 -03:00
dmitriyVasilievich1986 e886cc40fe
fix: duplicate `truncateXAxis` option in `BarChart` (#29916) 2024-08-28 17:02:39 +02: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
Kamil Gabryjelski c220245414
perf: Implement Echarts treeshaking (#29874) 2024-08-07 06:53:52 +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
Maxime Beauchemin c094ac3584
style: remove uppercase from labels, buttons, tabs to align with design system (#29673) 2024-07-31 13:50:09 -07:00
Antonio Rivero b481bc95b5
fix(plugins): Big Number with Time Comparison (#29520) 2024-07-08 16:57:52 -07: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
Michael S. Molina c83d5b88e1
feat: Adds the ECharts Sankey chart (#29329) 2024-06-26 08:36:07 -03:00
Michael S. Molina 708afb7146
fix(revert 27883): Excess padding in horizontal Bar charts (#29345) 2024-06-25 13:33:53 -03:00
Michael S. Molina fe3ba12801
refactor: Adds the sort_by_metric control to sharedControls (#29325) 2024-06-21 14:10:33 -03:00
Geido 313ee596f5
fix(Dashboard): Color inconsistency on refreshes and conflicts (#27439) 2024-06-20 15:30:11 +02: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
Hex Café a067ffb92d
feat(echarts-pie): add string template support for labels (#28774) 2024-06-12 10:18:45 -06:00