sl3dg3hamm3r Report post Posted June 25, 2013 Hi Based on http://forum.fusioncharts.com/topic/10145-how-do-i-make-wrap-text-on-radar-chart-in-powercharts/ I tried to achieve tooltips on the labels of a radar chart. I basically took the example from the gallery, added 'showTooltipforWrappedLabels = 1' in the configuration, also addes some breaks in one of the labels, but nothing seems to make the expected behaviour (shorten the label, include tooltip): { "chart": { "caption": "Comparison of Enterprise Level Antivirus Software", "canvasborderalpha": "0", "radarborderalpha": "0", "showlabels": "1", "drawanchors": "0", "ymaxvalue": "10", "showlimits": "0", "showTooltipforWrappedLabels": "1" }, "categories": [ { "category": [ { "label": "Centralized Deployability{br}extra long label extra long label extra long label extra long label " }, { "label": "Centralized Signature Updating" }, { "label": "Active Firewall" }, { "label": "Centralized Access & Firewall" }, { "label": "Centralized Network Health Monitoring" }, { "label": "Cost" }, { "label": "Technical Support" } ] } ], "dataset": [ { "seriesname": "Kaspersky", "color": "146858", "alpha": "30", "data": [ { "value": "8" }, { "value": "9" }, { "value": "9" }, { "value": "8" }, { "value": "7" }, { "value": "9" }, { "value": "8" } ] }, { "seriesname": "Norton", "color": "FFD703", "alpha": "30", "data": [ { "value": "7" }, { "value": "6" }, { "value": "6" }, { "value": "4" }, { "value": "7" }, { "value": "6" }, { "value": "5" } ] } ] } What could I have missed? Or is there any other way to include tooltips on the labels? Share this post Link to post Share on other sites
sl3dg3hamm3r Report post Posted June 25, 2013 (edited) P.s.: The configuration 'showTooltipforWrappedLabels' is described here: http://docs.fusioncharts.com/powercharts/Contents/ChartSS/Radar.html. But when I searched through the javascript-files for this phrasing, I couldn't find anything... Edited June 25, 2013 by sl3dg3hamm3r Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 28, 2013 Hi, Apologies for the delayed response. We are looking into this. We will get back to you on this, shortly. Share this post Link to post Share on other sites
Swarnam Report post Posted July 2, 2013 Hey, Apologies for the delay. Rendering a Radar chart in JavaScript mode, "showTooltipforWrappedLabels " attribute is not supported. We have a logged a bug for the same.We would update you further developments. Share this post Link to post Share on other sites