Lücken in linechart verbinden

main
Giò Diani 2025-01-17 15:25:03 +01:00
parent e4462b0cfa
commit d598f9d861
1 changed files with 4 additions and 0 deletions

View File

@ -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']) !!}