AjaxMGraph

XHTML - CSS Graph

Demo

* Radnom data 10-1000

Our Graph:

ABOUT

As you can see this is simple bar-graph that shows data by month. Soon I'll release other graph to complete this package (daily, and hourly graph).
Also I will release one universal graph that plots any given data. Stay tuned for more...

HOW TO SETUP

<link rel="stylesheet" type="text/css" media="screen" href="agGraph.css" />
<script type='text/javascript' src='prototype.js'></script>
<script type='text/javascript' src='graphM.prototype.js'></script>
<script type='text/javascript'>
	var agGraphDivID='resultDiv';
	var agGraphShowNote='yes'; // yes,or no
	var agGraphNoteTitle='Note';
	var agGraphNoteText='Little note about this graph goes here...';
</script>
<input type="button" value="Generate Graph" id="startButton" onclick="draw();" />

*or provide data from database, xml, remote file....

CHANGE LOG

V0.95 - April 10. 2007.

V0.95 - March 31. 2007.

notes:
(1) - you can pass HTML as note text, so basicaly you can add picture, link or anything else here :)

none