Flipping BookWordpress Gallery PluginFlash GalleryJoomla Gallery Extension

Line Graph Script

Image
 
Author:cssreview
00
Price:free
  

<!-- graph code begins here-->
<script type="text/javascript" src="wz_jsgraphics.js">< /script>
<script type="text/javascript" src="line.js">

<!-- Line Graph script-By Balamurugan S  //-->
<!-- Script featured/ available at Dynamic Drive code: //-->

</script>

<div id="lineCanvas" style="overflow: auto; position:relative;height:300px;width:400 px;"></div>

<script type="text/javascript">
var g = new line_graph();
g.add('1', 145);
g.add('2', 0);
g.add('3', 175);
g.add('4', 130);
g.add('5', 150);
g.add('6', 175);
g.add('7', 205);
g.add('8', 125);
g.add('9', 125);
g.add('10', 135);
g.add('11', 125);

g.render("lineCanvas", "Line Graph");
</script>
<!-- graph code ends here-->

 

Download next files:

-wz_jsgraphics.js
-line.js

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • Use the special tag [adsense:format:slot] or [adsense:format:[group]:[channel][:slot]] or [adsense:block:location] to display Google AdSense ads.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Allowed HTML tags: <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

More information about formatting options