23 December 2011 0 Comments

How can I show a graph using HTML5?

There are a number of ways to create graphs in HTML5, you could use canvas for example, but one of my favourite ways is to go outside of the HTML5 spec and use an associated technology called Scalable Vector Graphics (SVG). Using SVG you can create really nice data visualisations that don’t degrade when scaled. There are a number of libraries that can get you up and running quickly.

Here is the original:
How can I show a graph using HTML5?

If you liked this post, buy me a Coffee.

Leave a Reply