Moonmi Sonowal

Members
  • Content count

    350
  • Joined

  • Last visited

Everything posted by Moonmi Sonowal

  1. Chart Drilldown data

    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.
  2. 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
  3. Unwanted word wrapping in Caption

    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/