Berry Report post Posted November 15, 2008 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
Arindam Report post Posted November 17, 2008 (edited) 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 November 17, 2008 by Guest Share this post Link to post Share on other sites
Berry Report post Posted December 9, 2008 Hey, that worked fine when I got around to trying it. THanks. Share this post Link to post Share on other sites