Search the Community

Showing results for tags 'labelDisplay'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 2 results

  1. I'm using the Multi-series Bar 2D and trying to hide the labels. $arrData = array( "chart" => array( "theme" => "fint", "caption" => "Earnings vs Number of Jobs", "subcaption" => $occupation_name, "entityFillHoverColor" => "#cccccc", "numberPrefix" => "$", "showCanvasBorder" => "0", "legendPadding" => "0", "chartLeftMargin" => "0", "chartRightMargin" => "0", "chartTopMargin" => "0", "chartBottomMargin" => "0", "placeValuesInside" => "0", "showLabels" => "0", "labelDisplay" => "none", "valueFontSize" => "11" ));
  2. Hi Friends, I am using Fusioncharts XT 3.3.1. In Stacked Column 2D chart usage,I want to know the Exact Property(or combination of multiple properties) which will enable me to limit the Labels(Long Text Values) to a specific length(or lines). As of now because of Long text labels The chart height is getting reduced a lot and the "showSum=1" values are not showing up.When text labels are shorter then "showSum=1" values are displayed. We have tried the various values for "labeldisplay = AUTO, WRAP, STAGGER, ROTATE, NONE" but none these values is giving the required output. Kindly give a solution for this urgent requirement. Thanks regards, Ravi