chartjs how to disable animation

JavaScript
options: {
    animation: {
        duration: 0
    }
}
Source

Also in JavaScript: