0
Can we make graph in HTML or HTML5?
Is it possible to creat a graph using HTML language or any other language? If yes the how?
4 odpowiedzi
+ 1
You can do so with JavaScript using HTML's svg or canvas.
0
@John sir, can you tell me how? I mean any examples?
0
I've not done graphs as yet, but points and line are in this code. drawGrid code at the bottom.
https://code.sololearn.com/WK1Jvq3HBMyr/?ref=app
- 1
It depends on type of graph you want. Line graph canvas is good at. bar graph svg is better.