Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I need to values to be in next line when the values has the space, in other words, wrap the text automatically when the text doesn't to the chart and should be shown as new line. if you notice below values in pie chart, full value doesn't appear in the chart but can see in the tool tip, instead i want to see as new line.
Unfortunately dimension text wrapping is not available in the charts like Bars/pie, you might need to go for extension if its a critical need
Unfortunately dimension text wrapping is not available in the charts like Bars/pie, you might need to go for extension if its a critical need
Try this in the script level
replace(Dimension, chr(32),chr(10))