AboutMe Report post Posted December 7, 2008 I can`t find in documentation tutorial which shows, how to make something like when user clicks on flash chart and goes to some URL address. Share this post Link to post Share on other sites
Arindam Report post Posted December 7, 2008 Hi, Could you please use <chart> attribute - clickURL='http://google.com' i.e. <chart ..... clickURL='http://google.com' ....... > clickURL String The entire chart can now act as a hotspot. Use this URL to define the hotspot link for the chart. The link can be specified in FusionCharts Link Format. if you want drill down example then please follow this link. http://www.fusioncharts.com/docs/Contents/DrillDown/Simple.html http://www.fusioncharts.com/docs/Contents/DrillDown/Frames.html http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html http://www.fusioncharts.com/docs/Contents/DrillDown/ClickURL.html http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 7, 2008 (edited) Hi, To open to a new window i.e. _blank please use 'n-' as a prefix to the URL in the link attribute. e.g. <chart ..... clickURL='n-http://google.com' ....... > or <set value='...' link='n-http://www.yoursite.com'.../> Edited December 7, 2008 by Guest Share this post Link to post Share on other sites
AboutMe Report post Posted December 8, 2008 (edited) I tried this xml code, but i have "invalid xml", what is wrong? <graph caption="dfgdf" canvasBgColor="000000" canvasBgAngle="100" divlinecolor="bbbbbb" numdivlines="17" formatNumberScale="0" animation="0" chartLeftMargin="-1" chartTopMargin="-5" chartRightMargin="0" showAreaBorder="0" areaAlpha="100" SUBCAPTION="1D" XAXISNAME="xxx" subcaption="year 2006" xAxisName="Month" showNames="0" bgColor="ffffff" yAxisMinValue="32.52" yAxisMaxValue="145.33" decimalPrecision="2"> <set name="1/01/2004" value="32.52" color="ffee00" /> <set name="5/01/2004" value="33.73" color="ffee00" /> </graph> <chart clickURL="http://www.yahoo.com"> </chart> Edited December 8, 2008 by Guest Share this post Link to post Share on other sites
Arindam Report post Posted December 8, 2008 Hi, Could you please tell me you Share this post Link to post Share on other sites
AboutMe Report post Posted December 9, 2008 Yeah, i have got free version. Now i see why most functions does not work. Do you have any list of freeware functions. Share this post Link to post Share on other sites
Arindam Report post Posted December 9, 2008 (edited) Hi, Please visit free charts documentation. http://www.fusioncharts.com/free/docs Edited December 9, 2008 by Guest Share this post Link to post Share on other sites