jquery chart plugin
screenshot http://img52.imageshack.us/img52/8514/chartz.jpg
hi , i know there is a lot of chart,pie开发者_运维知识库 chart open source available in jquery ,
but can u tell me , what is the name of the below screen shot chart plugin ,
am looking free open source link for the below chart ,
Thanks
Here's what you need: jQuery UI Progress Bar
By the way, you can do this without jQuery:
<div class="progess" style="width: 300px; background: silver">
<div class="bar" style="width: 60%; background: blue"><!-- --></div>
</div>
Why not making it by yourself. It can be made using a nested div
with a length
style that matched the value. I have something like that in my old projects, with only css.
精彩评论