Sign in to follow this  
Rost

Clickable Labels For Bar Chart

Recommended Posts

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:

26afca89875f0b16673a4a27b11fa1e6.jpg

 

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 by Rost

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this