teralco Report post Posted April 4, 2012 Hi, i'm trying to apply styles to get html links on xaxis label but it's not working. It seems that html is being parsed as the tooltip shows the html and the label only the text. But the link is not working. I'm using the enterprise version and HTML5 charts. Here is my code: <chart caption='Total ingresos gastos' isHTML='1' pieRadius='80' pieYScale= '60' baseFont='Verdana' baseFontSize='9' manageLabelOverflow='1' enableSmartLabels='1' xAxisName='x' yAxisName='y' bgColor = 'FFFFFF' borderColor= 'FFFFFF' numberSuffix = ' €' decimalSeparator=',' thousandSeparator='.' formatNumberScale='0' exportShowMenuItem='1' exportType='PNG=Exportar a PNG|JPG=Exportar a JPG' exportEnabled='1' exportAtClient='0' exportAction='download' exportHandler= '/FCExporter'> <categories> <category label='<a href="javascript:alert('hola')">Hello</a>'/> </categories> <dataset> <set elements... </dataset> <styles> <definition> <style name='MyFirstFontStyle' type='font' isHTML ='1' /> </definition> <application> <apply toObject='DATALABELS' styles='MyFirstFontStyle' /> <apply toObject='XAXISNAME' styles='MyFirstFontStyle' /> </application> </styles> </chart> thanks! Share this post Link to post Share on other sites
teralco Report post Posted April 4, 2012 sorry, we are using FLASH charts. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 4, 2012 Hi, Adding links on the x-axis labels is not supported, as of now. Thanks for your time and support. Share this post Link to post Share on other sites