This is a purely DHTML/ [URL="http://www.javascript****.com/javascript/css/"]CSS[/URL] based Line Graph script. It loads fast and blends in with the rest of the page. You can even use a transparent [URL="http://www.javascript****.com/javascript/backgroun... [URL="http://www.javascript****.com/line-graph-script-index.html/en//"]detail[/URL] at [URL="http://www.javascript****.com/"]JavaScript****.com - 2.000+ free JavaScript codes[/URL]

[URL="http://www.javascript****.com/javascript/graphic/line-graph-script-index/preview/en/"][IMG]http://www.javascript****.com/javascript.images/graphic/line-graph-script-index.jpg[/IMG][/URL]
Demo: [URL="http://www.javascript****.com/line-graph-script-index.html/en/"]JavaScript Line Graph script[/URL]

How to setup

Step *: Copy & Paste JavaScript code below in your HEAD section
JavaScript
Code:
<script type="text/javascript" src="wz_jsgraphics.js"></script>
<script type="text/javascript" src="line.js"></script>
	<!--
    	This script downloaded from www.JavaScript****.com
    	Come to view and download over 2000+ free javascript at www.JavaScript****.com
	-->
Step 2: Copy & Paste HTML code below in your BODY section
HTML
Code:
<div id="lineCanvas" style="overflow: auto; position:relative;height:*00px;width:400px;"></div>

<script type="text/javascript">
var g = new line_graph();
g.add('*', *45);
g.add('2', 0);
g.add('*', *75);
g.add('4', **0);
g.add('5', *50);
g.add('6', *75);
g.add('7', 205);
g.add('8', *25);
g.add('*', *25);
g.add('*0', **5);
g.add('**', *25);

g.render("lineCanvas", "Line Graph");
</script>
	<!--
    	This script downloaded from www.JavaScript****.com
    	Come to view and download over 2000+ free javascript at www.JavaScript****.com
	-->
Step *: Download files below
Files
[URL="http://javascript****.com/javascript/graphic/Line_Graph_script/line.js"]line.js[/URL]
[URL="http://javascript****.com/javascript/graphic/Line_Graph_script/wz_jsgraphics.js"]wz_jsgraphics.js[/URL]






[URL="http://www.javascript****.com/bookmark-page-script.html"]JavaScript Bookmark Page script[/URL] - [URL="http://www.javascript****.com/color-wheel.html"]JavaScript Color Wheel[/URL] - [URL="http://www.javascript****.com/image-slideshow-transition.html"]JavaScript Image slideshow[/URL]