From d598f9d861e205319fa9b93d7efd3dfc5f3b2a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B2=20Diani?= Date: Fri, 17 Jan 2025 15:25:03 +0100 Subject: [PATCH] =?UTF-8?q?L=C3=BCcken=20in=20linechart=20verbinden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/resources/views/overview.blade.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard/resources/views/overview.blade.php b/dashboard/resources/views/overview.blade.php index 8720cd8..af2807e 100644 --- a/dashboard/resources/views/overview.blade.php +++ b/dashboard/resources/views/overview.blade.php @@ -300,21 +300,25 @@ const cExtractionsOptions = { data: {!! json_encode($growth['total_all']) !!}, }, { + connectNulls: true, name: 'Davos', type: 'line', data: {!! json_encode($growth['total_davos']) !!} }, { + connectNulls: true, name: 'Engadin', type: 'line', data: {!! json_encode($growth['total_engadin']) !!} }, { + connectNulls: true, name: 'Heidiland', type: 'line', data: {!! json_encode($growth['total_heidiland']) !!} }, { + connectNulls: true, name: 'St. Moritz', type: 'line', data: {!! json_encode($growth['total_stmoritz']) !!}