Question

I use FusionCharts Free to plot some column charts. Some of the data labels (the texts under each column on the x-axis) are long, and end up overlapping with the labels of other columns. Is it possible to make the text wrap?

(I know it is possible to rotate labels, but that is not an option for me because it strips out any non-ASCII characters.)

Was it helpful?

Solution 3

Wrapping of the x-axis label is not available in FusionCharts Free. It is, however, available in the commercial product FusionCharts 3.

Source: answer from customer support

OTHER TIPS

You could try using the '
' character as a new line break for this. Just a common workaround for this though. You would have to place it in-between the Label, from where you would like it to 'wrap'.

Hope this helps someone. :)

Also, FusionCharts Free is an open source product. So feel free to modify the source code in any way which suits you.

enter image description here

if need above result and you working on fusion chart trial version

you need to bind label 'Oct<br>2014' using
tage

and it's working me..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top