OK I have a MySQL backend and I am using php to display this data.
There are several sets - for the y axis - some are 0>x>1 - some are 0>x>100 - some are 0>x>1000 - the x axis could range from 1-30 - so the axes would change depending on what the max and min of the data is.
I have the data loaded up into two arrays
$x and $y
is there some library where I could just write :
callchart $x, $y
or like callchart $x, $y, upperX,lowerX,upperY,lowerY
and it display something that would look like the chart on this excel sheet screenshot: http://www.shopforeveryone.com/graph.jpg
doesn't matter what language it is in...
Thanks in Advance!
Don R.
There are several sets - for the y axis - some are 0>x>1 - some are 0>x>100 - some are 0>x>1000 - the x axis could range from 1-30 - so the axes would change depending on what the max and min of the data is.
I have the data loaded up into two arrays
$x and $y
is there some library where I could just write :
callchart $x, $y
or like callchart $x, $y, upperX,lowerX,upperY,lowerY
and it display something that would look like the chart on this excel sheet screenshot: http://www.shopforeveryone.com/graph.jpg
doesn't matter what language it is in...
Thanks in Advance!
Don R.