ZM

Members
  • Content count

    10
  • Joined

  • Last visited

About ZM

  • Rank
    Junior Member
  1. Link in Category label

    Can you consider adding this functionality in future versions?
  2. Xml Issue

    Hi There, I am using the ScrollLine2d.swf and doing the following 1) using XSL to create a string that has the chart 2) using json to send the data to the browser 3) using setDataXML method to render the chart. My labels on the axis appear to work on other charts but it renders the chart with the escape chars e.g. I use ' in the xml and it renders it as just that. Can you please help. I have a project due this week. I am attaching the xml file to look at. Please refer to the attribute YAxisName. PLease help!testRadius.xml
  3. Hi There, We have purchased a site license for Fusion Charts 3.1, How do we download the updates in 3.1.1? I have logged into my acccount and only see a re-download link. Please let me know. Regrads
  4. Link in Category label

    This was a handy feature to have. Any workarounds or intention to add some feature like a link that is available on the set.
  5. Link in Category label

    Any ideas on this issue? It is really urgent.
  6. 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>
  7. Link in tooltip

    Is this possible? Please help.
  8. Link in tooltip

    Hi There, Is it possible to have a link in a tooltip? Thanks