Enzo Martellucci
|
e0a0a22542
|
fix(charts): add X Axis Number Format control for numeric X-axis columns (#38809)
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
|
2026-03-31 13:38:07 +03:00 |
|
Michael S. Molina
|
357e35dc62
|
refactor(core): reorganize superset-core packages into feature-based structure (#38448)
|
2026-03-05 17:41:15 -03:00 |
|
Mehmet Salih Yavuz
|
e9b6791ffb
|
refactor: move translations and logging to new core (#36929)
|
2026-01-12 08:58:59 +03:00 |
|
Devanjan Banerjee
|
eb4351af83
|
feat(Timeseries & MixedTimeseries): Force selected timegrain on timeseries intervals when the x-axis is of timestamp type (#34595)
|
2025-09-10 20:27:23 -07:00 |
|
Vladislav Korenkov
|
9f0523977d
|
feat(plugin-chart-echarts): add Gantt Chart plugin (#33716)
|
2025-07-03 14:23:50 -07:00 |
|
Evan Rusackas
|
e05ccb3824
|
feat: x axis interval control to show ALL ticks on timeseries charts (#33729)
|
2025-06-10 21:40:56 -06:00 |
|
Ross Mabbett
|
c5594f2979
|
feat(explore): Add time shift color control to ECharts (#29897)
|
2024-09-12 12:42:00 -04: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
|
8a2f7d378a
|
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)
|
2024-01-31 09:45:57 -05:00 |
|
Michael S. Molina
|
eb65cea971
|
chore: Disables minor ticks by default (#26310)
|
2023-12-20 08:34:27 -03:00 |
|
Michael S. Molina
|
005cf5947b
|
chore: Moves xAxisLabelRotation to shared controls (#26212)
|
2023-12-08 13:37:06 -03:00 |
|
Ville Brofeldt
|
07e5fe8a66
|
fix(plugin-chart-echarts): support truncated numeric x-axis (#26215)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
|
2023-12-08 10:40:09 -03:00 |
|
Michael S. Molina
|
39c6488463
|
fix: Includes 90° x-axis label rotation (#26207)
|
2023-12-07 13:08:54 -03:00 |
|
Kamil Gabryjelski
|
f7e76d02b7
|
feat: Add currencies controls in control panels (#24718)
|
2023-08-02 19:22:45 +02:00 |
|
Maxime Beauchemin
|
22a0fe555c
|
chore: make control panel sub sections look better (#24736)
|
2023-07-20 16:33:50 -07:00 |
|
Kamil Gabryjelski
|
8ecf0b1c20
|
feat(echarts): Add x axis sort by to all series charts (#23450)
|
2023-03-22 10:50:51 +01:00 |
|
Ville Brofeldt
|
0c454c6442
|
feat(plugin-chart-echarts): add series sorting (#23392)
|
2023-03-16 16:26:01 +02:00 |
|
Artem Shumeiko
|
773d2a54a3
|
chore: Localization of superset pt. 3 (#22938)
Co-authored-by: Evan Rusackas <evan@preset.io>
|
2023-02-07 09:21:23 -07: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 |
|
Yongjie Zhao
|
ce3d38d2e7
|
feat: apply Time Grain to X-Axis column (#21163)
|
2022-09-07 16:24:15 +08:00 |
|
Yongjie Zhao
|
c348a095b9
|
refactor(standardized form data): refine interface and improve code smells (#20518)
|
2022-06-28 21:09:42 +08:00 |
|
Yongjie Zhao
|
c79b0d62d0
|
refactor: create echarts query section (#20445)
|
2022-06-21 11:38:07 +08:00 |
|
Yongjie Zhao
|
111affdb02
|
chore: move xaxis to superset-ui (#20438)
|
2022-06-20 22:36:27 +08:00 |
|
Yongjie Zhao
|
7c252d7524
|
feat: adding truncate metric control on timeseries charts (#20373)
|
2022-06-15 20:55:10 +08:00 |
|
Kamil Gabryjelski
|
354a89950c
|
feat(explore): Denormalize form data in echarts, world map and nvd3 bar and line charts (#20313)
* feat(explore): Apply denormalize form data function to echarts and world map
* Denormalize form data in mixed timeseries
* Add dist bar chart
|
2022-06-09 11:54:09 +02:00 |
|
Stephen Liu
|
e3a54aa3c1
|
feat(explore): improve UI in the control panel (#19748)
* feat(explore): improve section header of control panel
* fix checkbox control color and radio button color
|
2022-04-20 15:06:33 +02:00 |
|
Stephen Liu
|
10eb6c77a4
|
chore: use order_desc shared control consistently (#19172)
|
2022-03-18 21:28:47 +08:00 |
|
Yongjie Zhao
|
987740aa8d
|
fix: contribution operator meets nan value (#18782)
|
2022-02-18 23:28:28 +08:00 |
|
Ville Brofeldt
|
e9651ea52f
|
feat(plugin-chart-echarts): support non-timeseries x-axis (#17917)
* feat(plugin-chart-echarts): support non-timeseries x-axis
* fix tests
* change formula return type from Date to number
* add x_axis test coverage
* rename func and improve coverage
* add x-axis control to bar chart
* remove redundant console.log
* fix description
* make x-axis control mandatory
* 🙃
* fix x-axis formatter
* fix showValues
* fix implicit rDTTM_ALIAS references in postProcessing
* replace TIME_COLUMN with DTTM_ALIAS
* fix remaining implicit indexes
* fix: Disable filtering on wide result sets (#18021)
* fix: handle null values in time-series table (#18039)
* cleanup column_type_mappings (#17569)
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* important change to MakeFile (#18037)
* add missing is_timeseries to pivot op
Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
Co-authored-by: Grace Guo <grace.guo@airbnb.com>
Co-authored-by: Đặng Minh Dũng <dungdm93@live.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
|
2022-01-21 21:23:23 +02:00 |
|
Stephen Liu
|
d5768ab649
|
fix(explore): make SORT-Descending visible if Sort-by has value (#17726)
|
2021-12-21 15:27:21 +08:00 |
|
Yongjie Zhao
|
3c41ff68a4
|
refactor(monorepo): move superset-ui to superset(stage 2) (#17552)
|
2021-11-30 08:29:57 +08:00 |
|