Project 5 in IOT AND MACHINE LEARNING

I did’t understand that how to do ANIMATION and HIDE THE DOWNLOAD option in the o/p graph…ip have read the doc in bolt cloud but i can’t able to find it …can any one pls tell me how to do it

setAnimation(true) is the command to set the animation. Probably by default your animation is enabled, so try making it false and note the difference. The only difference you might see in the output is that, when you view the monitor you will observe that the graph is drawn slowly like an animation. Try setting false and you might observe that the animation will not happen the graph will appear immediately. And dataDownload(false) is the command for removing the download button. Try it .

1 Like