0π
β
To have smooth rendering, you need to define/increase the animation.duration
option.
options: {
animation: {
duration: 2000
},
...
duration
: The number of milliseconds an animation takes.
Source:stackexchange.com