shthik Report post Posted November 22, 2010 Dear Team, Is it possible to customize legend, by giving link to legend to open another charts in same window or in new window? Instead of hiding the clicked legend in charts, is it possible to show only clicked one and hiding all other legends? Regards, shthik. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 22, 2010 Hi, Welcome to FusionCharts Forum! Is it possible to customize legend, by giving link to legend to open another charts in same window or in new window? Please note you can apply a link in the Legend Caption and let the clicking on the caption opens up another chart or site. Please check with the attached sample XML of a Multi-series Column 3D chart for your reference. Instead of hiding the clicked legend in charts, is it possible to show only clicked one and hiding all other legends? Since FusionCharts v3.2, this feature is the legend interactivity. In case you wish to hide all other data-plots keeping one, you need to click on the legends of the respective data-plots to hide them. In case you wish to hide the other data-plots permanently but let the Legends of one<dataset> elements be visible, please try setting the attribute "alpha" to '0.1' in the <dataset> element which you wish to hide. Hope this helps. Data.xml Share this post Link to post Share on other sites
shthik Report post Posted November 24, 2010 Dear Sanjukta, Is it possible to set background of stackedcolumn3d chart image alone? We wish to set the background image of that chart in white color. I have attached the image for your reference. Regards, Shthik. Hi, Welcome to FusionCharts Forum! Please note you can apply a link in the Legend Caption and let the clicking on the caption opens up another chart or site. Please check with the attached sample XML of a Multi-series Column 3D chart for your reference. Since FusionCharts v3.2, this feature is the legend interactivity. In case you wish to hide all other data-plots keeping one, you need to click on the legends of the respective data-plots to hide them. In case you wish to hide the other data-plots permanently but let the Legends of one<dataset> elements be visible, please try setting the attribute "alpha" to '0.1' in the <dataset> element which you wish to hide. Hope this helps. Share this post Link to post Share on other sites
Sanjukta Report post Posted November 24, 2010 Hi, In case you wish to hide the canvas background of the chart, please try setting the attribute "showCanvasBg to '0' in the <chart> element. You can also change the color of the background using the attribute "canvasBgColor" in the <chart> element. For further details on the customization of canvas background of the chart, please refer to the following link. http://www.fusioncharts.com/docs/?ChartSS/StCol3D.html#Anchor3 Hope this helps. Share this post Link to post Share on other sites