html based barchart with percentages....

liunx

Guest
Hi folks -<br />
<br />
Does anyone have an html (tables) based barchart they would like to share with us???<br />
<br />
If it has the percentage stuff included that would be just super<br />
<br />
<br />
thanks<br />
tony<!--content-->there is no such thing as far as I know. You would need to use some type of server side script (or maybe javascript) to dynamically create the HTML to fill in the percentages, otherwise all you will have is a static bar chart that never changes, which maybe could be used in some circumstances.<!--content-->as Kevin mentioned, you aren't going to get far with plain old HTML. Not that you can't build bar charts with HTML alone... but they would be mighty <cringe>static</cringe>.<br />
<br />
try these links out:<br />
<br />
<!-- m --><a class="postlink" href="http://wsmake.org/tools/jsbc/">http://wsmake.org/tools/jsbc/</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.scriptsearch.com/details/1206.html">http://www.scriptsearch.com/details/1206.html</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.scienceacademy.com/js/bar.html">http://www.scienceacademy.com/js/bar.html</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://cap.epsb.ca/math14_Jim/java/graphingbar/">http://cap.epsb.ca/math14_Jim/java/graphingbar/</a><!-- m --><br />
<br />
I can't seem to find my favorite JS graph builder. I do have the source code at home if your interested.<!--content-->
 
Back
Top