Commit Graph

85 Commits

Author SHA1 Message Date
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
dependabot[bot]
0d1653fbea
build(deps): bump @types/enzyme from 3.10.10 to 3.10.18 in /superset-frontend (#26859)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 16:48:13 -08: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
Evan Rusackas
881268a8da
chore(dependencies): bumps match-sorter (#26819) 2024-01-30 06:50:22 +13:00
Jan Suleiman
29582e8d86
chore(deps): bump typescript to 4.8.4 (#24272)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2024-01-29 09:14:24 -07:00
dependabot[bot]
f73760a5d1
build(deps): bump @types/react-table from 7.0.29 to 7.7.19 in /superset-frontend (#26832)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-29 09:12:50 -07:00
Geido
092129201e
chore: Reformat changelogs (#26815) 2024-01-26 21:48:17 +01:00
dependabot[bot]
8e1daa0f1c
build(deps): update classnames requirement from ^2.3.2 to ^2.5.1 in /superset-frontend/plugins/plugin-chart-table (#26729)
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>
2024-01-23 22:52:45 -07:00
dependabot[bot]
2961d69a82
build(deps): update react-table requirement from ^7.6.3 to ^7.8.0 in /superset-frontend/plugins/plugin-chart-table (#26522)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 19:30:50 -07:00
Michael S. Molina
69b57016b3
refactor: Removes the deprecated DASHBOARD_NATIVE_FILTERS feature flag (#26329) 2024-01-19 17:07:38 -03:00
dependabot[bot]
29f5d4aa41
build(deps): update xss requirement from ^1.0.10 to ^1.0.14 in /superset-frontend/plugins/plugin-chart-table (#26539)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 16:22:46 -07:00
arun
b6d433de32
fix(accessibility): Enable tabbing on sort header of table chart (#26326) 2023-12-22 22:28:41 -08:00
John Bodley
784a478268
fix(table): Double percenting ad-hoc percentage metrics (#25857) 2023-11-08 12:22:00 -08:00
Arko
916f7bcbba
fix(table chart): Show Cell Bars correctly #25625 (#25707) 2023-11-06 08:36:21 -03:00
yousoph
e36e0fdf25
chore: Update Explore tooltip copy (#25438) 2023-09-29 23:11:19 -06:00
Kamil Gabryjelski
ea21e800a7
fix: Currency formatting in Table raw mode (#25248) 2023-09-11 16:48:39 +02:00
Stepan
0d5be8e3f6
fix(table): condition formatting can't formate 0 values (#24008) 2023-08-24 08:01:40 -06:00
Kamil Gabryjelski
f7e76d02b7
feat: Add currencies controls in control panels (#24718) 2023-08-02 19:22:45 +02:00
Michael S. Molina
317aa989c2
fix: Dashboard time grain in Table (#24746) 2023-07-20 14:02:52 -03:00
EugeneTorap
117435f0d8
chore: update UI dev libs and fix warnings & vulnerabilities (#24648) 2023-07-10 20:44:35 -06:00
Kamil Gabryjelski
83ff4cd86a
feat: Implement currencies formatter for saved metrics (#24517) 2023-06-28 20:51:40 +02:00
Maxime Beauchemin
d2b0b8eac5
feat: make data tables support html (#24368) 2023-06-14 15:54:07 -07:00
Evan Rusackas
cc68d626bc
fix: removing problematic "formattable" tag (#24207) 2023-05-26 14:04:10 -06:00
Stepan
febc07aec3
fix(table): percentage metric should use verbose map (#24158) 2023-05-21 12:52:23 +03:00
Nicolas Charpentier
60c2e7013d
docs: cleanup references to apache-superset/superset-ui (#23796) 2023-04-25 09:18:27 -06:00
Kamil Gabryjelski
13ffb4b7c2
fix(plugin-chart-table): Include time control (#23533) 2023-04-03 12:31:33 +02:00
Stepan
ce3ba67cf6
fix(conditional formatting): controls looses on save (#23137) 2023-03-30 19:10:31 +02:00
Kamil Gabryjelski
9fbfd1c1d8
feat: Implement context menu for drill by (#23454) 2023-03-29 15:01:51 +02:00
JUST.in DO IT
5d910aa2e2
fix(plugin-chart-table): Invalid d3Formatter on String column (#23515) 2023-03-28 15:25:35 -07:00
Geido
da3791ad3d
fix: Table sorting reset (#23318) 2023-03-15 18:48:03 +01:00
Ville Brofeldt
a591130e0b
fix(trino): normalize non-iso timestamps (#23339) 2023-03-13 14:46:39 +02:00
Kamil Gabryjelski
d16512b775
fix(dashboard): Allow selecting text in cells in Table and PivotTable without triggering cross filters (#23283) 2023-03-06 13:42:52 +01:00
Kamil Gabryjelski
ee1952e488
feat(dashboard): Add cross filter from context menu (#23141) 2023-02-23 17:05:41 +01:00
Josh Soref
78ede590ee
chore(frontend): Spelling (#19676)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2023-02-02 11:23:11 -07:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 (#22772) 2023-01-30 09:20:43 -07:00
Lily Kuang
2400179fb0
chore: migrate react-diff-viewer to react-diff-viewer-continued for react 18 upgrade (#22834) 2023-01-26 09:01:31 -08:00
Geido
9ed2326a20
feat: Move cross filters to Dashboard (#22785) 2023-01-25 18:01:06 +01: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
Reese
2679ee2e46
fix(chart-table): Scrollbar causing header + footer overflow (#21064) 2022-12-15 22:25:20 -07:00
Yongjie Zhao
22fab5e58c
feat: Axis sort in the Bar Chart V2 (#21993) 2022-11-26 22:06:26 +08:00
Cody Leff
76e57ec651
feat(dashboard): menu improvements, fallback support for Drill to Detail (#21351) 2022-10-19 18:34:46 -03:00
Yongjie Zhao
8f61e3c5d9
refactor: preparation for time section migration (#21766) 2022-10-12 08:38:30 +08:00
Michael S. Molina
eb2a1345a8
fix: Drill to detail formatted val on TableChart (#21719) 2022-10-06 14:45:09 -03:00
Mayur
60bab4269f
fix(table-chart): don't color empty cells in table chart with color formatters (#21501) 2022-09-28 16:16:12 +08:00
Yongjie Zhao
d67b04683c
feat: support multiple columns with time grain in Table Chart (#21547) 2022-09-23 16:08:35 +08:00
Evan Rusackas
135909f814
feat: Making bar graphs in Table viz from fixed-size divs instead of calculated gradients (#21482) 2022-09-20 07:36:36 -06:00
Cody Leff
2285ebe72e
fix(explore): Prevent shared controls from checking feature flags outside React render (#21315) 2022-09-14 20:41:47 +02:00