Sign in to follow this  
Julian

Customize Label Format For Pie Chart

Recommended Posts

Hi,

 

My company is considering purchasing a license. In our design we have the pie data labels like this. If we have a set like this

<set label="ABC" value="123"/>

 

Then we want it to appear like this: "123\nABC" where \n is a linebreak.

 

Is it possible to provide a label format? Even if linebreak is not supported, being able to provide format would be a plus.

 

I did see labelSepChar, but newline does not work (tried the {br} pseudocode), and you cannot change the format anyway.

Share this post


Link to post
Share on other sites

Just an update in case anyone is curious. I tried labelSepChar="\n" and it does put a newline. So now I have it with a newline, just in the wrong order. Rendering seems ok with the newline.

 

This might be good enough for us - but it would be nice if you could format the labels with placeholders, like {l} and {v} for label and value, maybe.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Thank you very much for your valuable feedback.

 

We have taken a note of your suggestions here and added the same in our wishlist.

 

Hope you have a great day!

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
Sign in to follow this