Sign in to follow this  
Berry

Drilldown on label?

Recommended Posts

Hi, I have a StackedColumn2D chart with drilldown links on the columns; this works great.

 

 

 

However, if the values of data are all zero, then there are no columns to click on; can it be arranged so a user can click on the label under the columns -- or where the columns would be -- as well?

 

 

 

Thanks.

Share this post


Link to post
Share on other sites

Hi,

Could you please use html encoded <a href='..'> with in Label? Follow this.

i.e : Label='<a href='http://yahoo.com' >Product A</a>'

add this XML: dataURL method

<category label='<a href='http://yahoo.com' >Service php</a>' />

add this XML: dataXML method

<category label='%26lt;a href=%26apos;http://yahoo.com%26apos; %26gt;Service php</a%26gt;' />

also add isHTML Style

<styles>

  <definition>

  <style name='MyFirstFontStyle' type='font' isHTML ='1'  />

  </definition>

  <application>

  <apply toObject='DATALABELS' styles='MyFirstFontStyle' />

  <apply toObject='TOOLTIP' styles='MyFirstFontStyle' />

  </application>

  </styles>

Edited by Guest

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