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']) !!} diff --git a/dashboard/resources/views/property.blade.php b/dashboard/resources/views/property.blade.php index 32a3186..bc17630 100644 --- a/dashboard/resources/views/property.blade.php +++ b/dashboard/resources/views/property.blade.php @@ -24,13 +24,18 @@ @endsection @section('main') +@if(!isset($propertyCapacities['capacities'])) +
+ Für dieses Mietobjekt sind keine Daten vorhanden. +
+@else

- Kalenderansicht der Belegung am {{ $startDate }} + Kalenderansicht der Verfügbarkeit am {{ $startDate }}