mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-04 22:57:20 +02:00
parent
1d965da7d0
commit
d5cc6a6859
@ -698,8 +698,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateChart() {
|
function updateChart() {
|
||||||
//networkStatisticChart.data.datasets[0].data = rxValues;
|
networkStatisticChart.data.datasets[0].data = rxValues;
|
||||||
//networkStatisticChart.data.datasets[1].data = txValues;
|
networkStatisticChart.data.datasets[1].data = txValues;
|
||||||
if (networkStatisticChart != undefined){
|
if (networkStatisticChart != undefined){
|
||||||
networkStatisticChart.update();
|
networkStatisticChart.update();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user