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
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
Đỗ 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
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
Evan Rusackas
753ef69529
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) ( #26907 )
2024-02-15 07:40:17 -07:00
Ville Brofeldt
19f8405bc0
chore: make TS enums strictly PascalCase ( #26875 )
2024-01-31 17:40:44 -08:00
arun
b6d433de32
fix(accessibility): Enable tabbing on sort header of table chart ( #26326 )
2023-12-22 22:28:41 -08:00
Arko
916f7bcbba
fix(table chart): Show Cell Bars correctly #25625 ( #25707 )
2023-11-06 08:36:21 -03:00
Stepan
0d5be8e3f6
fix(table): condition formatting can't formate 0 values ( #24008 )
2023-08-24 08:01:40 -06:00
Kamil Gabryjelski
9fbfd1c1d8
feat: Implement context menu for drill by ( #23454 )
2023-03-29 15:01:51 +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
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
Cody Leff
76e57ec651
feat(dashboard): menu improvements, fallback support for Drill to Detail ( #21351 )
2022-10-19 18:34:46 -03: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
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
Michael S. Molina
68fa4d2665
feat: Adds drill to detail context menu to Table ( #21168 )
...
* feat: Adds drill to detail context menu to Table
* Improves context menu positioning
* Fixes Pivot Table typying
2022-08-26 13:35:26 -03:00
Antonio Rivero Martinez
234c44626d
TableChart: ( #20833 )
...
- Handle resize properly when only the scrollbar is changing so it doesn't get stuck into an infinite loop.
2022-07-27 12:32:34 -06:00
stevetracvc
7e504ff680
feat: truncate long values in table viz, a per-column setting ( #19383 )
...
* feat: truncate long values, a per-column setting
* fix: lint
* fix: removed width for column control
* fix: removed truncate option for time, bool, and numeric columns
* prevent extra div if not truncating
2022-07-06 22:16:48 -06:00
smileydev
1ae935379f
fix(chart & table): make to prevent dates from wrapping ( #20384 )
2022-06-21 09:58:50 -03:00
Diego Medina
93774d1860
fix: table viz sort icon bottom aligned ( #20447 )
2022-06-21 09:10:37 -03:00
stevetracvc
7e9b85f76c
feat: add drag and drop column rearrangement for table viz ( #19381 )
2022-05-24 19:10:57 -07:00
Kamil Gabryjelski
0f68deedf1
perf(plugin-chart-table): Add memoization to avoid rerenders ( #19976 )
...
* perf(plugin-chart-table): Add memoization to avoid rerenders
* Fix typing
2022-05-13 18:10:48 +02:00
smileydev
902ac05372
fix(chart & table): make to allow highlight in case of numeric column ( #19938 )
...
* fix(chart & table): make to allow highlight in case of numeric column
* fix(chart & table): make to use emitFilter directly
* fix(chart & table): make to use styled component instead of inline style
2022-05-04 14:20:57 -06:00
Geido
a9a892945e
fix: Position of arrows in Table chart ( #18739 )
...
* Fix arrow position
* Improve position
* Add right position
* Improve styling
2022-02-22 15:42:05 +02:00
Yongjie Zhao
3c41ff68a4
refactor(monorepo): move superset-ui to superset(stage 2) ( #17552 )
2021-11-30 08:29:57 +08:00