ido117

3D Pie Chart Custom Labels

Recommended Posts

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.

post-31244-0-21922100-1352038996_thumb.png

Edited by ido117

Share this post


Link to post
Share on other sites
Guest Bindhu

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 by Bindhu

Share this post


Link to post
Share on other sites

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.

post-31244-0-90109400-1352112222_thumb.png

Share this post


Link to post
Share on other sites
Guest Bindhu

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!

post-23884-0-80963200-1352112895_thumb.png

Edited by Bindhu

Share this post


Link to post
Share on other sites

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now