adapted value rounding in options.js (due to modied interpretation)
This commit is contained in:
parent
01a150adf5
commit
aa184b785c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ vz.options = {
|
|||
language: 'de',
|
||||
backendUrl: '../backend.php',
|
||||
tuples: 300,
|
||||
rounding: 0.1,
|
||||
rounding: 1,
|
||||
render: 'lines',
|
||||
refresh: false,
|
||||
refreshInterval: 5*1000, // 5 secs
|
||||
|
|
Loading…
Add table
Reference in a new issue