Rost

Members
  • Content count

    1
  • Joined

  • Last visited

About Rost

  • Rank
    Forum Newbie
  1. 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)