Multiple dynamic line charts with chart.js | Js and html
问题 I'd like to create an html page using Javascript (in particular using chart.js library) and to display dynamic line charts. I'd also like to add a new chart every time the "Add Chart" button is pressed. I manage to do all of this more or less, but with some issues: when a new chart is created the old one disappears, or to better say it is blurred; I don't know how to align the new chart with the old one, recursively, so that every new chart is under the older one, I try to do so but without