0
I am developing a web application and I need to generate a graph from data passed by a form, however I do not want to plot the complete graph at once, but rather make a kind of animation, where the graph is drawn slowly.
I’ve researched and seen some JS libraries for graphic plotting, such as Google Charts, but I couldn’t find any material on how to draw a chart gradually.
https://canvasjs.com/html5-javascript-column-chart/
– LeonanCarvalho
D3.js is a good lib too.
– fernandoandrade