Sign in to follow this  
STM71

Xaxis Labels Not Displaying + Sign.

Recommended Posts

Can somebody tell me why a '+' plus sign does not display in the XAxis labels for a Multi-Series Column 3D charts? I'm using the the Drupal API module with array data. The array data contains credits such as AA+, A+, B+, etc.., but the labels for the outputted chart are AA, A & B. Is there a work around for this? The problem is enhanced because the showLabels = 0 setting does not seem to be working. I can't display the correct labels and I can't get the incorrect labels not to display.

 

$info->settings = array('Caption' => 'Credit Detail',

'bgColor'=> 'ffccff',

'yAxisName' => '% Market Value',

'numberPrefix' => '$',

'showBorder' =>'1',

'borderThickness' => '10',

'outCnvBaseFont' => 'Arial',

'outCnvBaseFontSize' => '14',

'outCnvBaseFontColor' => '63628A',

'showLabels' => '0', );

 

Please help.

Share this post


Link to post
Share on other sites

Hi,

 

Could you please URL encode the "+" sign to "%2B" and see if this helps?

 

Also, please try setting "showNames" to '0' and see if this helps.

 

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
Sign in to follow this