From 02f7b77812dff697699a3a70221776b6d794877b Mon Sep 17 00:00:00 2001 From: Matthieu Jouis Date: Mon, 7 Oct 2024 16:12:38 +0200 Subject: [PATCH] fix(UI): Add animation frames to plotly widgets --- skore-ui/src/components/PlotlyWidget.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/skore-ui/src/components/PlotlyWidget.vue b/skore-ui/src/components/PlotlyWidget.vue index 9a17cebb..53a2ecc4 100644 --- a/skore-ui/src/components/PlotlyWidget.vue +++ b/skore-ui/src/components/PlotlyWidget.vue @@ -1,9 +1,9 @@