ido117 Report post Posted November 4, 2012 (edited) Hello, I need to create pie chart with custom labels, every label with 3 rows, where the first line shows the topic (in blue color with underline) and acts as hyperlink, and the second and third lines shows other data. I attached an image shows what I need. is it possible ? Another thing, I saw that when I have labels with more the 8 words (approximately 30 characters) the graph minimized. can I force the graph not to resize and stay in the original size ? Thanks, Ido. Edited November 4, 2012 by ido117 Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 5, 2012 (edited) Hi, You may display the label in 3 lines using the pseudo code {br}. Ref. Code: <chart pieRadius='100' manageLabelOverflow='1' > <set label='first line{br} second line {br} third line' value='100' /> <set label='first line{br} second line {br} third line' value='150' /> </chart> You will not be able to display the first line in blue color with underline, as only 'a part of the text' edition is not supported. Also, labels do not support hyperlinks. And for the pie chart size, please define pieRadius. Note: If there is no space for the entire label to be displayed, it will be displayed with ellipses or will be wrapped. Hope this helps! Edited November 5, 2012 by Bindhu Share this post Link to post Share on other sites
ido117 Report post Posted November 5, 2012 Hi, You may display the label in 3 lines using the pseudo code {br}. Ref. Code: <chart pieRadius='100' manageLabelOverflow='1' > <set label='first line{br} second line {br} third line' value='100' /> <set label='first line{br} second line {br} third line' value='150' /> </chart> You will not be able to display the first line in blue color with underline, as only 'a part of the text' edition is not supported. Also, labels do not support hyperlinks. And for the pie chart size, please define pieRadius. Note: If there is no space for the entire label to be displayed, it will be displayed with ellipses or will be wrapped. Hope this helps! Thanks for your answer. I just tried what you suggest and it didn't work. It still shows the label in one line. I also tried with the attribute 'displayValue' and got the same result. It only affect on the tooltip. Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 5, 2012 (edited) Hi, Can you please let us know the version of FusionCharts suite that you are currently using? It is working fine with the latest version(FusionCharts XT SR5). Please find attached screen shot. If you are not using the latest version, please try upgrading. You may download the trial version from the link below, www.fusioncharts.com/download/trials/ Hope this helps! Edited November 5, 2012 by Bindhu Share this post Link to post Share on other sites
ido117 Report post Posted November 5, 2012 Hi, Can you please let us know the version of FusionCharts suite that you are currently using? It is working fine with the latest version(FusionCharts XT SR5). Please find attached screen shot. If you are not using the latest version, please try upgrading. You may download the trial version from the link below, www.fusioncharts.com/download/trials/ Hope this helps! The version is 3.2.1-release. I checked in the FusionCharts.js file for version number. do I need to update ? If yes, to which version and what price? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted November 5, 2012 (edited) Hi, Yes, you will have to upgrade to the latest version(FusionCharts v3.2.2 SR5) to use that feature. To know more about the FusionCharts Suite XT Licensing and pricing, please write a mail to [email protected] OR Please visit the link below, http://www.fusioncha.../?purpose=sales Hope this helps! Edited November 5, 2012 by Bindhu Share this post Link to post Share on other sites