Assignment 5 creating animation graph in the java script code

it is given that we gotta create animation instead of normal visual graph. how?
any help there

Hi @anonymouspen132,

Check this link https://docs.boltiot.com/docs/line-graph, there is a setAnimation function that loads the data in graph with some minor animation. By default it is true. You can set is false also by typing

setAnimation(false);

If you want to use your own graph library, you can check this project -

Do let me know in case you need any other information.

Thank you. Your answer solved my problem.