Creating Line Graphs With Pure CSS
12
Feb
Flash, Silverlight & JavaScript are already offering quality solutions for creating graphs. On the other hand, it is impressive to see what an be done in visualising data with CSS.
After the pure CSS data chart, Css Globe is presenting a very creative tutorial (with source codes) on creating a pure CSS line graph.
The solution creates a vertical/horizontal grid with dd & dl elements in the background. And, a smartly prepared image is used with CSS sprites technique to display the lines.
Although it looks complicated, the technique is simple yet clever & inspiring.
Website: http://cssglobe.com/post/4175/pure-css-line-graph
Demo: http://cssglobe.com/lab/csslinegraph/
Demo: http://cssglobe.com/lab/csslinegraph/
- Tags:
CSS Sprites Grid
- Filed under: Charts, Design, Goodies, Other License, Xhtml & Css
- 1 Comment






















One Response for "Creating Line Graphs With Pure CSS"
Very nifty. Very very nifty…
Easily made into a server side script to dynamically range it out.