yanghui4661 Report post Posted May 8, 2012 i want to use each area as a hotspot link in StackedArea chart, but seems there is no way could i do that ! Anybody give me a hint? thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 8, 2012 i want to use each area as a hotspot link in StackedArea chart, but seems there is no way could i do that ! Anybody give me a hint? thanks Hi, You can set the full chart as a single hotspot. To set the entire chart as a hotspot, just specify the target link in clickURL attribute of <chart> element as under: <chart ... clickURL='DetailedChart.html' ...> For more information, refer this: http://docs.fusioncharts.com/charts/contents/?DrillDown/ClickURL.html For live demo, refer this: http://docs.fusioncharts.com/charts/Code/DrillDown/ChartHotSpot.html Hope this helps. Share this post Link to post Share on other sites
yanghui4661 Report post Posted May 9, 2012 So there is no way could i use each area as a different hotspot link in StackedArea chart... But still , thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 9, 2012 So there is no way could i use each area as a different hotspot link in StackedArea chart... But still , thanks Hi, If you are willing to have links on each data point, it can be achieved using link attribute. Ref. Code: <dataset seriesName='Product A'> <set value='27400' link='http://www.fusioncharts.com'/> Please find attached illustration for your reference Hope this helps. Test_StackedArea2D.zip Share this post Link to post Share on other sites
yanghui4661 Report post Posted July 3, 2012 Hi, If you are willing to have links on each data point, it can be achieved using link attribute. Ref. Code: <dataset seriesName='Product A'> <set value='27400' link='http://www.fusioncharts.com'/> Please find attached illustration for your reference Hope this helps. Actually i am looking for the way that set entire area as an hotspot , not just a data point , then i don't need to click a tiny weeny data point for drilling down to an other chart or trigger a js function . If it supports this feature ,the xml would be like this : .... <dataset seriesName='Product A' link='javascript:func()'> <set value='27400'/> <set value='29800' /> <set value='25800' /> <set value='26800' /> <set value='29600'/> </dataset> ... Is there any luck ? Or any plan about this feature ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 9, 2012 Hey, Apologies for the delayed reply. We have added the feature request to our wishlist. If feasible, we would update this feature in our roadmap and update you on the same. Thank you for your continued patience and support. Share this post Link to post Share on other sites