[Chartjs]-Pie chart not rendered properly in flask app

1👍

This looks like the capture has happened midway through the animation. Try disabling animantion in your options object:

var options = {
    animation: false,

    // ...
    }

Leave a comment