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:
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:
Another "bigger one":
look at the DOCument section for more details...