Rost Report post Posted December 10, 2010 (edited) I have a problem described here: http://www.fusioncha...1.aspx?Update=1 I want to make labels in a bar chart clickable, so if bar is too small user could click on a label. I use Bar2D.swf with the following XML: <chart> <set value='50.0' label='<a href="http://www.google.com">Google</a>'/> <styles> <definition> <style name='LabelProp' isHTML='1'/> </definition> <application> <apply toObject='DATAVALUES' styles='LabelProp'/> <apply toObject='DATALABELS' styles='LabelProp'/> </application> </styles> </chart> And I get such chart: Looks like isHTML='1' is not working, because it works whe same with isHTML='1' and isHTML='0'. Am I doing smth wrong or this chart cannot display HTML-labels? I use FusionCharts v. 3.2.1 (Site license) Edited December 10, 2010 by Rost Share this post Link to post Share on other sites
Sanjukta Report post Posted December 13, 2010 Hi, Please check with the attached XML file for your reference. Hope this helps. Data.xml Share this post Link to post Share on other sites
RostY Report post Posted December 13, 2010 Hi, Please check with the attached XML file for your reference. Hope this helps. Thank you! This attached XML helped me very much. And also, your link for details on the Drill-down functionality of FusionCharts . Hope this will help someone else too. Share this post Link to post Share on other sites
Sanjukta Report post Posted December 13, 2010 Hi, You are welcome. Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites