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.