Pure CSS line graphs
2009-03-24 00:34:36
1 comment(s)
Once I've seen a blog post about CSS line graphs, which suggested to build such drawings from tons of HTML, some CSS and a special background image that contained line segments of every possible gradients, and should be cleverly positioned to connect those segments to each other, and then hide the glitches at the joins using flecks of the same color. As it's using an image for the hardest part, I wouldn't consider it a pure CSS line graph. But is there a way to achieve the same effect without images? Definitely yes!
Tags: css html line graphs
