Sign in to follow this  
mschmeets

Bubble Chart: X Axis Labels

Recommended Posts

I've tried pretty much every option I can find, but I'm not able to get the labels to display on the XAxis, the YAxis is working properly. I've had the xAxisLabelDisplay, and showXAxisValues, at different values, and tried removing them completely, but see no change in behavior.

 

Screenshot attached.

 

Using the Bubble.swf with the following XML:

 

<chart yAxisName="Stupid to Smart" 
       xAxisName="Lazy to Industrious" 
       xAxisLabelDisplay="auto" 
       showXAxisValues="1"
       formatNumberScale="0" 
       showBorder="0" 
       showAboutMenuItem="0" 
       animation="1" 
       palette="1" 
       canvasBgColor="f8f8f8"
       showPercentValues="0" 
       showPercentInToolTip="0" 
       drawQuadrant="0" 
       chartLeftMargin="10" 
       chartRightMargin="10"
       chartTopMargin="10" 
       chartBottomMargin="10" 
       baseFont="Helvetica" 
       baseFontSize="11" 
       showLegend="0">
<dataSet showValues="1">
<set x="5.0" y="10.0" z="35.0" label="ACME Tiny Bubbles"/>
<set x="10.0" y="10.0" z="10.0" label="Tiny Bubble Inc"/>
<set x="15.0" y="5.0" z="6.0" label="Standard Bubbles"/>
<set x="27.0" y="13.0" z="24.0" label="Unknown Bubbles"/>
</dataSet>
</chart>
 
I've also tried using the 'name' attribute in the set tags, instead of the 'label' attribute,  but couldn't see any apparent difference.
 
 

post-53177-0-67926100-1376504126_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

Welcome to FusionCharts Forum  :)

 

We tried to render a Bubble chart using the XML you have pasted here and it seems that the X-axis labels are visible in the chart. Please find the attached screenshot of the same.

 

Could you please check if you are using the latest version of FusionCharts v3.3.1 SR2? If not, you may download the trial copy of the same from http://www.fusioncharts.com/download/trials/ and check again.

 

Awaiting your response.

post-37797-0-80562500-1376570216_thumb.png

Share this post


Link to post
Share on other sites
Guest Rishab
cleardot.gif
Hi,
 
Please ensure that you have replaced the old version JavaScript & SWF  files with the latest version files.
 
Also, please ensure to clear the browser cache.
 

If still the problem exists, please let us know your browser details along with screenshot.

 

Hope it 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