From 20ae93475db6c24541c0a74a8ef653cb69db0da2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 12 Mar 2024 20:54:01 +0100 Subject: [PATCH] Improve cumProfitChart rendering stability using controlled computed for initial options array closes #1782 --- src/components/charts/CumProfitChart.vue | 158 ++++++++++++----------- 1 file changed, 83 insertions(+), 75 deletions(-) diff --git a/src/components/charts/CumProfitChart.vue b/src/components/charts/CumProfitChart.vue index 0abe55cc..7844bb59 100644 --- a/src/components/charts/CumProfitChart.vue +++ b/src/components/charts/CumProfitChart.vue @@ -1,5 +1,11 @@