Julian Report post Posted January 10, 2011 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
Julian Report post Posted January 11, 2011 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 Report post Posted January 11, 2011 Hi, Welcome to FusionCharts Forum! 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