Fix new dashboard
This commit is contained in:
@@ -446,23 +446,39 @@ Vue.component('dashboard-rml', {
|
||||
{
|
||||
label: 'Bestellungen',
|
||||
data: dashboardData.timeline[0],
|
||||
color: 'rgb(75, 192, 192)',
|
||||
color: 'rgb(23, 162, 184)',
|
||||
fill: true,
|
||||
yAxisID: 'y',
|
||||
order: 5
|
||||
},
|
||||
{
|
||||
label: 'Summe von 244+245',
|
||||
data: dashboardData.timeline_inhouse_kabel_verlegt_efh[0],
|
||||
color: 'rgb(0, 123, 255)',
|
||||
fill: false,
|
||||
yAxisID: 'y',
|
||||
order: 4
|
||||
},
|
||||
{
|
||||
label: 'Status 500 Energie Steiermark',
|
||||
data: dashboardData.timeline_status_500_energie_steiermark[0],
|
||||
color: 'rgb(40, 167, 69)',
|
||||
fill: false,
|
||||
yAxisID: 'y',
|
||||
order: 3
|
||||
},
|
||||
{
|
||||
label: 'Leerrohr',
|
||||
data: dashboardData.timeline_leerrohr[0],
|
||||
color: 'rgb(255, 99, 132)',
|
||||
label: 'Status 500 Magenta',
|
||||
data: dashboardData.timeline_status_500_magenta[0],
|
||||
color: 'rgb(226, 0, 116)',
|
||||
fill: false,
|
||||
yAxisID: 'y',
|
||||
order: 2
|
||||
},
|
||||
{
|
||||
label: 'ONT installiert',
|
||||
data: dashboardData.timeline_ont_installed[0],
|
||||
color: 'rgb(54, 162, 235)',
|
||||
label: 'Status 500 Salzburg AG',
|
||||
data: dashboardData.timeline_status_500_salzburg_ag[0],
|
||||
color: 'rgb(0, 102, 179)',
|
||||
fill: false,
|
||||
yAxisID: 'y',
|
||||
order: 1
|
||||
|
||||
Reference in New Issue
Block a user