|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/15/2008 5:47:01 AM
Posts: 2,
Visits: 4
|
|
Hiya,
My apologies if this question has been answered somewhere in the technical docs/forum.
I have looked but maybe I was searching incorrectly with the wrong vocab or something.
I am using the Fusioncharts free version and the FCF_MSLine.swf flash file.
Bacically what I am trying to do is query my database to get the min and max values of the data for the yaxis.
Then I would append these values to the graph node like so:
yaxisminvalue='" & Min & "' yaxismaxvalue='" & Max & "'
When I view the source the values are appended correctly it seems (yaxisminvalue='1.165' yaxismaxvalue='1.299') but the chart seems to go from 0 to 1.299 instead of the range I would have expected.
Does anyone spot what I am doing wrong? It is bizarre, as though the values are not being read. I want to try and achieve a dynamic range to format the chart better and keep the data changing.
Thanks in advance for this!
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/15/2008 5:47:01 AM
Posts: 2,
Visits: 4
|
|
| Aah no worries, as I found this here and realised I need to minus something from the min value, and not plot the min value.
|
|
|
|