add dummy data

This commit is contained in:
rloukil 2018-12-27 00:07:44 +01:00
parent 3a3b2d3945
commit c2ec4d1ca1
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -38,7 +38,7 @@ getData().then((data)=>{
labels:date ,
datasets: [{
label: "Statistics for IPV4 and IPV6",
data: ipv4_v6,
data: [1 , -1 , 1 , 1 , -1 , 1,1 , -1 , 1 , 1 , -1 ],
}
]
},