Lücken in linechart verbinden
parent
e4462b0cfa
commit
d598f9d861
|
@ -300,21 +300,25 @@ const cExtractionsOptions = {
|
||||||
data: {!! json_encode($growth['total_all']) !!},
|
data: {!! json_encode($growth['total_all']) !!},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
connectNulls: true,
|
||||||
name: 'Davos',
|
name: 'Davos',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data: {!! json_encode($growth['total_davos']) !!}
|
data: {!! json_encode($growth['total_davos']) !!}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
connectNulls: true,
|
||||||
name: 'Engadin',
|
name: 'Engadin',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data: {!! json_encode($growth['total_engadin']) !!}
|
data: {!! json_encode($growth['total_engadin']) !!}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
connectNulls: true,
|
||||||
name: 'Heidiland',
|
name: 'Heidiland',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data: {!! json_encode($growth['total_heidiland']) !!}
|
data: {!! json_encode($growth['total_heidiland']) !!}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
connectNulls: true,
|
||||||
name: 'St. Moritz',
|
name: 'St. Moritz',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
data: {!! json_encode($growth['total_stmoritz']) !!}
|
data: {!! json_encode($growth['total_stmoritz']) !!}
|
||||||
|
|
Loading…
Reference in New Issue