Chartjs-How can i get my chartjs to show up graphically?

0👍

In the options object, there is an animation parameter:


animation: {
duration: 10,
},

I believe this is what you want.

Leave a comment