开发者

Word wrap in FusionCharts Free data labels

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?

开发者_Python百科

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


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. :)


Use {br}.

Here is the link below:

http://www.fusioncharts.com/dev/usage-guide/chart-guide/heat-map-chart/configuring-labels-and-tool-tips.html


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


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


Word wrap in FusionCharts Free data labels

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..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜