Hi There,
I am trying to add a hyperlink to a label in the category using the suggested method. I am using v3.1 of fusioncharts. It worked well in Version 3.0 any known issues? here is my xml. I am really need this.
<chart caption="Demographics for schools<BR>with 45%-54% of students achieving <BR><BR>"
subCaption="Grade 6 Reading 2006-2008"
lineThickness="1"
showValues="0"
decimals="2"
PYAxisName="Marker"
SYAxisName="Aggregate "
sNumberSuffix="%"
palette="1"
setAdaptiveYMin="1" setAdaptiveSYMin="1"
formatNumberScale='0'
numVisiblePlot='45'
labelDisplay='Rotate'
plotGradientColor=""
SYAxisMaxValue="100"
SYAxisMinValue="0"
PYAxisMinValue="0"
PYAxisMaxValue="150"
showLegend="0"
>
<categories>
<category label="AAA"/>
<category label="BBB"/>
<category label="<a href='javascript:callhello()'>treet PS</a>"/>
<category label="Queen " />
<category label="Village " />
<category label="sfgsdfg" />
<category label="dfgsdg" />
<category label="srgdfg" />
<category label="fsgfgsdg" />
</categories>
<dataset parentYAxis="P" seriesname="DEM" renderAs="Column" color="0372AB">
<set value="50" color="#018D55"/>
<set value="59.3" color="#9C003F"/>
<set value="6.6" />
<set value="6.6" />
<set value="15.6" />
<set value="21.2" />
<set value="29" />
<set value="34.4" />
<set value="52.4" />
</dataset>
<dataset parentYAxis="S" seriesname="Achievement" renderAs="Line" color="#FFF200" linethickness="3" anchorBgColor="#FFF200" anchorRadius="5" anchorBorderColor="#000000" alpha="1">
<set value="65" anchorBgColor="#018D55"/>
<set value="66" anchorBgColor="#9C003F"/>
<set value="52.08" />
<set value="46.43" />
<set value="45.45" />
<set value="51.06" />
<set value="49.12" />
<set value="50" />
<set value="51.67" />
</dataset>
<styles>
<definition>
<style name="toolTipStyle" type="font" color="000000" isHTML="1" />
<style name="CaptionFont" type="font" color="666666" size="9" isHTML="1"/>
<style name="DataLabelsFont" type="font" color="000000" size="10" isHTML="1"/>
</definition>
<application>
<apply toObject="TOOLTIP" styles="toolTipStyle" />
<apply toObject="caption" styles="CaptionFont" />
<apply toObject="DATALABELS" styles="DataLabelsFont" />
<apply toObject="DATAVALUES" styles="DataLabelsFont" />
</application>
</styles>
</chart>