Stackstrategy -> all

This commit is contained in:
Matthias 2023-05-08 06:35:55 +02:00
parent 2d37be2415
commit 9617ab9e6b

View File

@ -49,6 +49,7 @@ export function generateAreaCandleSeries(
const areaOptions: LineSeriesOption = {
stack: key,
stackStrategy: 'all',
lineStyle: {
opacity: 0,
},