mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix MPTCP graph
This commit is contained in:
parent
28ed561c50
commit
c24c0dd335
2 changed files with 2 additions and 8 deletions
|
@ -190,13 +190,6 @@
|
|||
height = dnsvg.offsetHeight - 2;
|
||||
data_wanted = Math.ceil(width / step);
|
||||
|
||||
/* prefill datasets
|
||||
for (var i = 0; i < data_wanted; i++)
|
||||
{
|
||||
data_tx[i] = 0;
|
||||
}
|
||||
*/
|
||||
|
||||
/* find svg elements */
|
||||
labeldn_25 = Gdn.getElementById('label_25');
|
||||
labeldn_50 = Gdn.getElementById('label_50');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue