|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/29/2008 7:23:10 AM
Posts: 4,
Visits: 6
|
|
Can a moving average be added to single and multi-source line charts? I am sure I can create a calculation that will add an new dataset to the xml but was curious if that function was already there.
Adjusting the yaxismin and max value. I am making a few charts and it would be easier to have it auto adjust. It seems to auto adjust from 0 though and not a range of the data in the chart. What is the best way to mark the values to get the chart to automatically adjust to the values of the data.
Thanks
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
>> Can a moving average be added to single and multi-source line charts? I am sure I can create a calculation that will add an new dataset to the xml but was curious if that function was already there.
You can add trendlines or trendzones to the chart - however, those have just a starting and ending value and do not work on formulas.
>> What is the best way to mark the values to get the chart to automatically adjust to the values of the data.
FusionCharts automatically adjusts the y-axis values based on the data provided in your chart. Can you give us a specific XML example where this is not working?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/29/2008 7:23:10 AM
Posts: 4,
Visits: 6
|
|
graph caption="Isogen Prices" yAxisName="ISK" showhovercap="1" hovercapbg="FFECAA" hovercapborder="F47E00" formatNumberScale="0" decimalPrecision="2" showvalues="0" animation="1" numdivlines="3" numVdivlines="0" lineThickness="3" rotateNames="1" showAnchors="1" anchorSides="10" anchorBorderColor="FFFFFF" anchorBorderThickness="1" anchorRadius="3" yaxisminvalue="50" yaxismaxvalue="80"
that is my set up. I added in the yaxis to get it to work. if they are removed it will start at 0 and go to the highest data point. My data points look like this.
dataset seriesname="Buy" color="0099FF" showValue="1" alpha="100" showAnchors="1" lineThickness="2" ID="2"
set value="70"
set value="72"
.....
and
dataset seriesname="Sell" color="FF8000" showValue="1" alpha="80" showAnchors="1" lineThickness="2" ID="3"
set value="60"
set value="60"
set value="60"
some of the charts I make have values around 10000 so all the chart lines are jammed up at the top.
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/5/2008 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| hi, you can try adding setAdaptiveYMin ='1' to autoadjust the min value.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/29/2008 7:23:10 AM
Posts: 4,
Visits: 6
|
|
| nope that did not work either. standard range was 50-80. no yaxis or with the addition you gave I still get 0-80
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 10/5/2008 9:41:33 AM
Posts: 809,
Visits: 1,285
|
|
| hi,m I am sorry setAdaptiveYMin is for v3 charts. I am afraid you can not set the chart in vFREE to automatically set yaxis min value.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 1/29/2008 7:23:10 AM
Posts: 4,
Visits: 6
|
|
|
|
|