Software by tag 'charts'

CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions

February 22nd, 2010 in CSS, Resources | 16 Comments

There are a lot of ways to visualize your data. Using Pure CSS Graph and Chart is one of the best and easy way, unless you want to create a very good-looking graphs.

If you really want to create graphs and charts with fancy UI or features, then you should consider either Javascript Chart or using Flash.

In this article, we cover 11 tutorials and solutions for you to create graphs and charts using CSS. There are a lot of tutorials and sample about CSS graphs, but we hand-picked 11 best solutions. Let’s start to look into them one by one.

1. CSS only bar charts

This pure CSS solution able to plot car charts without rely on heavy Javascript. With this solution, you can also implement mouse hover effect to the bar chart. The author had packed everything in a PHP file, which you can download and using it as a web service.
CSS only bar charts

(more…)