Answer the question
In order to leave comments, you need to log in
How to draw svg in js?
Svg is simple, something like axes for a graph
....
<g class="grid x-grid" id="xGrid">
<line x1="113" x2="113" y1="10" y2="380"></line>
<line x1="259" x2="259" y1="10" y2="380"></line>
<line x1="405" x2="405" y1="10" y2="380"></line>
<line x1="551" x2="551" y1="10" y2="380"></line>
<line x1="697" x2="697" y1="10" y2="380"></line>
</g>
....
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question