How do I redraw an RGraph SVG line plot?
问题 I have a simple web server embedded on a microcontroller. One of the web pages allows the user to plot captured data (in CSV format). The page first loads all of the data and presents it to the user, but then I want to allow the user to do things like select and deselect data (columns), change line colors and change data scales. When I naively call RGraph.SVG.Line a second time, it simply redraws the modified chart over top of the already existing image. How do I get RGraph to delete the