add dummy data
This commit is contained in:
parent
3a3b2d3945
commit
c2ec4d1ca1
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -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 ],
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue