PaulS

Multi-series Bar 2D -- labelDisplay = "none" does not work

Recommended Posts

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"

 

));

post-68670-0-90873100-1459449692_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

"LabelDisplay" is used to customize the alignment of data labels and not to hide the values.

 

For Bar charts, to hide the values, please try setting "showYAxisValues" as "0" in the chart element.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now