Map jitter fix

This commit is contained in:
VakarisZ 2020-05-21 17:30:59 +03:00
parent 598872afee
commit 30be271598
1 changed files with 5 additions and 2 deletions

View File

@ -41,9 +41,12 @@ export const basic_options = {
physics: {
barnesHut: {
gravitationalConstant: -120000,
avoidOverlap: 0.5
avoidOverlap: 0.5,
springLength: 100,
springConstant: 0.025
},
minVelocity: 0.75
minVelocity: 0.3,
maxVelocity: 25
}
};