Commit Graph

193 Commits

Author SHA1 Message Date
Lily Kuang
863461dd41 fix(bar-chart): change legend padding for horizontal orientation (#27883)
(cherry picked from commit cfa0556df7)
2024-04-04 08:57:12 -03:00
JUST.in DO IT
7b3d289a9f fix: missing shared color in mixed timeseries (#27403)
(cherry picked from commit 9ced2552db)
2024-03-07 16:26:41 -03:00
goto-loop
c39e16e624 fix(plugin-chart-echarts): calculate Gauge Chart intervals correctly when min value is set (#27285)
(cherry picked from commit d65f64d1ce)
2024-02-29 13:43:48 -05:00
Michael S. Molina
e80179a056 fix: Data zoom with horizontal orientation (#27291)
(cherry picked from commit 7854b622a3)
2024-02-29 13:43:48 -05:00
Michael S. Molina
a57358ec49 fix: Timeseries Y-axis format with contribution mode (#27106)
(cherry picked from commit af577d64b1)
2024-02-22 11:01:09 -05:00
Maxime Beauchemin
cde63c8c1e fix(big_number): white-space: nowrap to prevent wrapping (#27096)
(cherry picked from commit 4796484190)
2024-02-13 10:22:50 -05:00
Michael S. Molina
81353e280b fix: Bar charts horizontal margin adjustment error (#26817)
(cherry picked from commit 84c48d11d8)
2024-02-01 14:53:01 -05:00
Ville Brofeldt
136c0e3b4a fix(plugin-chart-echarts): support forced categorical x-axis (#26404)
(cherry picked from commit 219c4a14b3)
2024-01-09 09:26:01 -03:00
Michael S. Molina
9c109700ff chore: Disables minor ticks by default (#26310)
(cherry picked from commit eb65cea971)
2023-12-27 09:24:51 -03:00
Ville Brofeldt
4d0404119c fix(plugin-chart-echarts): use scale for truncating x-axis (#26269)
(cherry picked from commit 67468c46c0)
2023-12-15 16:26:44 -03:00
Michael S. Molina
dbc779f30a fix: Stacked charts with numerical columns (#26264)
(cherry picked from commit 429e2a33c3)
2023-12-15 16:26:44 -03:00
Ville Brofeldt
0ac833d0c5 fix(plugin-chart-echarts): undefined bounds for bubble chart (#26243)
(cherry picked from commit 5df544b6fb)
2023-12-15 16:26:44 -03:00
Michael S. Molina
463989dbc9 chore: Moves xAxisLabelRotation to shared controls (#26212)
(cherry picked from commit 005cf5947b)
2023-12-11 13:26:55 -03:00
Ville Brofeldt
d0961d0ed8 fix(plugin-chart-echarts): support truncated numeric x-axis (#26215)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
(cherry picked from commit 07e5fe8a66)
2023-12-08 11:14:18 -03:00
Michael S. Molina
fb50819fcd fix: Includes 90° x-axis label rotation (#26207)
(cherry picked from commit 39c6488463)
2023-12-08 11:14:18 -03:00
Michael S. Molina
79d5975028 feat: Adds legacy time support for Waterfall chart (#26136)
(cherry picked from commit f405ba033e)
2023-12-04 18:05:21 -03:00
Ville Brofeldt
aad67e43db fix(plugin-chart-echarts): support numerical x-axis (#26087) 2023-11-24 07:36:32 -08:00
Michael S. Molina
68e5e1afea feat: Add Bubble chart migration logic (#26033)
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
2023-11-21 15:05:41 -03:00
Antonio Rivero
7536dd12cd fix(charts): Time grain is None when dataset uses Jinja (#25842) 2023-11-06 09:51:28 -08:00
Michael S. Molina
d619078d25 feat: Improves the Waterfall chart (#25557) 2023-11-03 13:24:15 -03:00
Corbin Bullard
dfff3c1cba feat: Funnel/tooltip-customization (#25666) 2023-10-19 12:04:29 -06:00
Stephen Liu
17792a507c feat(plugin-chart-echarts): Echarts Waterfall (#17906)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-10-06 10:08:16 -03:00
Mayur
c81c60c91f feat: Adds the ECharts Bubble chart (#22107)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-10-05 07:58:46 -03:00
Michael S. Molina
0c083bdc1a feat: Adds Sunburst chart migration logic (#25343) 2023-09-22 09:44:40 -03:00
Kamil Gabryjelski
894f250229 fix: Don't apply number formatting to the label in Treemap (#25249) 2023-09-11 08:42:24 -03:00
Elizabeth Thompson
2b63577046 fix: Revert "fix(chart): Time Series set showMaxLabel as null for time xAxis (#20627) (#24995) 2023-08-16 09:51:00 -07:00
John Bodley
f05638ba84 fix(annotation): Address regression from #24694 (#24874) 2023-08-03 09:33:03 -03:00
Kamil Gabryjelski
f7e76d02b7 feat: Add currencies controls in control panels (#24718) 2023-08-02 19:22:45 +02:00
Michael S. Molina
ac19f58cf6 fix: Tooltip no longer highlights hovered data series (#24756) 2023-07-21 08:57:39 -03:00
Maxime Beauchemin
22a0fe555c chore: make control panel sub sections look better (#24736) 2023-07-20 16:33:50 -07:00
EugeneTorap
117435f0d8 chore: update UI dev libs and fix warnings & vulnerabilities (#24648) 2023-07-10 20:44:35 -06:00
Kamil Gabryjelski
fe2c14ff3a fix: Ensure metrics is an array in Mixed Chart (#24643) 2023-07-10 18:04:38 +02:00
Kamil Gabryjelski
d74d7eca23 feat: Implement support for currencies in more charts (#24594) 2023-07-07 19:28:13 +02:00
Kamil Gabryjelski
83ff4cd86a feat: Implement currencies formatter for saved metrics (#24517) 2023-06-28 20:51:40 +02:00
curious86
3f17945745 fix(charts): big-number display broken in echarts (#24492)
Co-authored-by: aadhikari <aadhikari@apple.com>
2023-06-27 20:59:24 +03:00
Michael S. Molina
c5b4ecdca5 fix: Total calculation in stacked Timeseries charts (#24477) 2023-06-23 11:57:48 -03:00
Evan Rusackas
cc68d626bc fix: removing problematic "formattable" tag (#24207) 2023-05-26 14:04:10 -06:00
Ville Brofeldt
bc0079f2fb fix(plugin-chart-echarts): force min y-tick for log axis with zero (#24186) 2023-05-23 13:25:08 +03:00
Ville Brofeldt
f817c10422 fix(plugin-chart-echarts): normalize temporal string groupbys (#24134) 2023-05-19 16:29:11 +03:00
Michael S. Molina
df4d16a7ee feat: Make time shifted series colors match the original series (#24048) 2023-05-18 08:40:50 -03:00
Michael S. Molina
b4371f68b7 feat: Adds a control to set the Secondary Y-axis bounds in Mixed charts (#23917)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-05-05 10:11:54 -03:00
Gerold Busch
61d8a0bd12 feat: conditional coloring for big number chart (#23064)
Co-authored-by: Gerold Busch <gerold.busch@valtech.com>
2023-05-01 09:44:46 -06:00
Lily Kuang
0bf8907f2f feat: format timestamps in drill by breadcrumbs (#23698) 2023-04-27 09:17:33 -07:00
Nicolas Charpentier
60c2e7013d docs: cleanup references to apache-superset/superset-ui (#23796) 2023-04-25 09:18:27 -06:00
Kamil Gabryjelski
d4c0ae34f4 fix: Context menu crashing when there is no dimension in Echarts Series charts (#23797) 2023-04-24 17:42:56 +02:00
Ville Brofeldt
cbbcc8d2e1 fix(plugin-chart-echarts): reorder totals and support multimetric sort (#23675) 2023-04-14 20:43:15 +03:00
Ville Brofeldt
f49702feff feat(plugin-chart-echarts): add x-axis sort to multi series (#23644) 2023-04-12 16:13:41 +03:00
akashboora
b613167636 fix(Gauge echart): displaying column label (#23396) 2023-04-08 15:14:12 +03:00
Michael S. Molina
30f210b842 feat: Enables ECharts legend selector (#23590) 2023-04-06 09:36:34 -03:00
Kamil Gabryjelski
9fbfd1c1d8 feat: Implement context menu for drill by (#23454) 2023-03-29 15:01:51 +02:00