Animating graph in Bolt Cloud

I am not able to animate the page where the graphs are displayed, and as mentioned in the self-study assignment, we have to find a way to hide the download button on the graph page where the data is displayed. Therefore, I require assistance regarding this.

@tirthpatel282 You can add the line in the graph code to disable the download option.
dataDownload(false);

2 Likes

@tirthpatel282 you can animate by using setAnimation(true); mention it before plotChart() function then it will work for you.

I tried that but the download button is still there.

Thanks a lot Shoeb it worked.

1 Like