From 9617ab9e6bd0e06401bb9b812ffdf1b8ecc61fd7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 May 2023 06:35:55 +0200 Subject: [PATCH] Stackstrategy -> all --- src/shared/charts/candleChartSeries.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/charts/candleChartSeries.ts b/src/shared/charts/candleChartSeries.ts index c1801613..36f76ba4 100644 --- a/src/shared/charts/candleChartSeries.ts +++ b/src/shared/charts/candleChartSeries.ts @@ -49,6 +49,7 @@ export function generateAreaCandleSeries( const areaOptions: LineSeriesOption = { stack: key, + stackStrategy: 'all', lineStyle: { opacity: 0, },