-
Content count
350 -
Joined
-
Last visited
Everything posted by Moonmi Sonowal
-
Hi, In FusionCharts, the Id attribute in the <set> element is not supported. However it supports other elements like color, alpha, tooltext etc. for the customization. Thanks.
-
prevent x-axis label of Column 2D chart from being truncated
Moonmi Sonowal replied to domurtag's topic in General usage
-
prevent x-axis label of Column 2D chart from being truncated
Moonmi Sonowal replied to domurtag's topic in General usage
Hi domurtag, Since you are using v3.2.4 you can use FusionCharts.setCurrentRenderer('javascript'); , before rendering your chart. This would help in resolving the issue. If still the problem persists, I would suggest you to download the latest version from the link below: http://www.fusioncharts.com/download/ JavaScript charts long label management when compared to Flash charts are being handled without wrapping/adding ellipses. Please find the screenshot attached. Thanks -
Hi Rono, To prevent the caption from being wrapped in horizontal bar charts, we can specify the maximum percentage of available width for data labels with the “maxLabelWidthPercent” attribute. The attribute value can be set for a value between 5 and 80. You can refer to the link below for more label details. http://docs.fusioncharts.com/tutorial-configuring-your-chart-data-labels.html Your updated fiddle link is : http://jsfiddle.net/eZjjT/168/