An easy, solid, extralight charts visualization solution.
Easy Cchart working with a pure HTML+CSS code; it allows you to design simple and cross-browser charts and pool results in your blog post or web page... just something like this:

Easy Cchart Players Result
the CSS robot 95%
just a couples of JPGs 63%
HTML vs the Monster 30%
Me 3%

And this is the HTML code:

<dl class="middle">
<dt>Easy Cchart Players Result</dt>
<dd class="v95 green"><span>the CSS robot 95%</span></dd>
<dd class="v63 blue"><span>just a couples of JPGs 63%</span></dd>
<dd class="v30 yellow"><span>HTML vs the Monster 30%</span></dd>
<dd class="v3 red"><span>Me 3%</span></dd>
</dl>

Of course, don't forget the CSS file; download the package or simply write this line in the<head> section of your web pages or blog template:

<link href="http://lab.sid05.com/EasyCchart/EasyCchart-v02.css" rel="stylesheet" type="text/css">

There are many kinds of parameters you can change: width, bar colors, bar dimension and grid view... an example:

Easy Cchart Players Result (350px+grid)
the CSS robot 95%
just a couples of JPGs 63%
HTML vs the Monster 30%
Me 3%

Another "bigger one":

Easy Cchart "Big" Players Result
the CSS robot 95%
just a couples of JPGs 63%
HTML vs the Monster 30%
Me 3%

look at the DOCument section for more details...