DEV Community

Discussion on: Graphing with Web Components 1: SVG

Collapse
 
dannyengelman profile image
Danny Engelman

You can replace many of those appendChild with append

Collapse
 
ndesmic profile image
ndesmic

Thanks for the tip, I should use that one more.