Ville Brofeldt
5766c36372
fix(plugin-chart-echarts): remove erroneous upper bound value ( #32473 )
2025-03-01 22:07:12 -08:00
Elizabeth Thompson
550123882c
fix: adjust line type as well as weight for time series ( #30949 )
2025-01-21 10:02:47 -08:00
Damian Pendrak
2816a70af3
fix: annotations on horizontal bar chart ( #31308 )
2024-12-05 13:20:22 -08:00
Ross Mabbett
c5594f2979
feat(explore): Add time shift color control to ECharts ( #29897 )
2024-09-12 12:42:00 -04:00
Kamil Gabryjelski
c220245414
perf: Implement Echarts treeshaking ( #29874 )
2024-08-07 06:53:52 +02:00
Michael S. Molina
708afb7146
fix(revert 27883): Excess padding in horizontal Bar charts ( #29345 )
2024-06-25 13:33:53 -03:00
Kamil Gabryjelski
68fd189586
fix(mixed-timeseries-plugin): Second query stacks stacked on top of first query series ( #29119 )
2024-06-10 12:22:35 +02:00
Michael S. Molina
821c7d7f2c
fix: Time shifts calculation for ECharts plugins ( #28432 )
2024-05-15 08:11:52 -03:00
Lily Kuang
cfa0556df7
fix(bar-chart): change legend padding for horizontal orientation ( #27883 )
2024-04-03 16:05:04 -07:00
Antonio Rivero
8a715cc1b5
feat(bar_chart): Stacked Bar chart with Time comparison in separated stacks ( #27589 )
2024-03-22 08:24:38 +01:00
Michael S. Molina
7854b622a3
fix: Data zoom with horizontal orientation ( #27291 )
2024-02-29 08:53:09 -05:00
Michael S. Molina
84c48d11d8
fix: Bar charts horizontal margin adjustment error ( #26817 )
2024-01-29 15:25:16 -05:00
Michael S. Molina
d619078d25
feat: Improves the Waterfall chart ( #25557 )
2023-11-03 13:24:15 -03:00
Kamil Gabryjelski
83ff4cd86a
feat: Implement currencies formatter for saved metrics ( #24517 )
2023-06-28 20:51:40 +02:00
Michael S. Molina
c5b4ecdca5
fix: Total calculation in stacked Timeseries charts ( #24477 )
2023-06-23 11:57:48 -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
Kamil Gabryjelski
b0d83e8c50
feat(echarts): Implement stream graph for Echarts Timeseries ( #23410 )
2023-03-20 12:56:15 +01:00
Ville Brofeldt
f5977caf44
chore(plugin-chart-echarts): bump ECharts to 5.4.0 ( #21916 )
2022-10-24 17:09:24 +03:00
Yongjie Zhao
f41d0b0cbf
fix: drilling on the categorical xaxis on the stacked barchart v2 ( #21844 )
2022-10-18 19:47:53 +08:00
JUST.in DO IT
a8ba544e60
fix(plugin-chart-echarts): invalid total label location for negative values in stacked bar chart ( #21032 )
2022-08-11 11:28:18 -07:00
Michael S. Molina
3df8335f87
feat: Adds drill to detail context menu for ECharts visualizations ( #20891 )
...
* feat: Adds drill to detail context menu for ECharts visualizations
* Rebases and adds time grain
* Fixes selected gauge values
* Fixes Treemap edge click
* Adds right click to big number trendline
* Address some comments
2022-08-09 17:02:31 -03:00
Stephen Liu
acdb271422
fix(line-chart): Formula Annotations on Line Charts are broken ( #20687 )
2022-07-13 16:42:11 +08:00
Evan Rusackas
f5f8ddec3e
Revert "feat(plugin-chart-echarts): Support stacking negative and positive values ( #20408 )" ( #20571 )
...
This reverts commit c959d92dd1 .
2022-06-30 13:52:43 -06:00
Kamil Gabryjelski
c959d92dd1
feat(plugin-chart-echarts): Support stacking negative and positive values ( #20408 )
2022-06-16 13:58:58 +02:00
Stephen Liu
eab0009101
feat(plugin-chart-echarts): [feature-parity] support extra control for the area chart V2 ( #16493 )
...
* feat(echarts): [feature-parity] support extra control
* add extra control for plugin
* refactor: extract ExtraControl
* fix: lint
* fix some problems
2022-06-09 00:59:10 +08:00
Yongjie Zhao
7faf874c1b
feat: derived metrics use different line style ( #20242 )
2022-06-05 21:17:31 +08:00
Stephen Liu
9854d2d0e8
feat(plugin-chart-echarts): support horizontal bar chart ( #19918 )
...
* feat(plugin-chart-echarts): support horizontal bar chart
* Update superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx
Co-authored-by: Evan Rusackas <evan@preset.io >
* Update superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* Update superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* Update superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* improve controlpanel
* default value
* fix ut
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2022-05-16 21:48:36 +08:00
Michael S. Molina
c4c714fffb
chore: Removes hard-coded colors from the plugins - iteration 2 ( #20006 )
...
* chore: Removes hard-coded colors from the plugins - iteration 2
* Fixes lint errors
2022-05-12 10:12:17 -03:00
Stephen Liu
11562971fb
fix(plugin-chart-echarts): [feature parity] annotation line chart color not working ( #19758 )
2022-04-28 19:10:58 +03:00
Yongjie Zhao
761d5c4208
chore: cleanup as unknown conversion ( #19587 )
2022-04-08 17:32:29 +08:00
Stephen Liu
dc575080d7
feat: improve color consistency (save all labels) ( #19038 )
2022-03-21 15:20:04 +08:00
Stephen Liu
c4e3c45b3c
fix(plugin-chart-echarts): fix customize margin ( #18958 )
2022-02-28 23:53:53 -07:00
Geido
f565230d8d
fix(Explore): Force different color for same metrics in Mixed Time-Series ( #18603 )
...
* Force different color for same metrics
* Conform to chart labels suffix
* Simplify
2022-02-10 16:21:47 +02:00
Ville Brofeldt
2929bb1680
fix(plugin-chart-echarts): fix forecasts on verbose metrics ( #18252 )
...
* fix(plugin-chart-echarts): fix forecasts on verbose metrics
* oops! 🙊
* check for DTTM_ALIAS
2022-02-02 13:51:51 +02:00
Ville Brofeldt
dbe0a8b519
chore: bump echarts to 5.3.0 ( #18162 )
...
* chore: bump echarts to 5.3.0
* change to official 5.3.0 and reintroduce bold effect
2022-01-27 11:26:00 +02:00
Corbin Robb
6bd4dd257a
feat(timeseries-chart): add percentage threshold input control ( #17758 )
...
* feat(timeseries-chart): add percentage threshold control for stack series labels
* feat: move threshold vlues to an array
* add tests for showValue, onlyTotal, and percentThreshold
* feat: add another test
* revert ChartProps typesetting, fix misnamed variable on form data type, and other minor changes
* fix percentage threshold push equation
* fix percentage threshold push equation in tests
* change default on control to match form
* attempt fix form defaults import
Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local >
2022-01-12 14:46:27 -06:00
Yongjie Zhao
3c41ff68a4
refactor(monorepo): move superset-ui to superset(stage 2) ( #17552 )
2021-11-30 08:29:57 +08:00