Sign in to follow this  
JorgeV

Data Labels display problem

Recommended Posts

Hi,

 

 

 

Actually I have two issues that I would need your help with.

 

1. The data labels are not fully displayed. I have tried working with the space of labels, xAxisNamePadding, font size and nothing seems to make them fully displayed. :)

 

 

 

2. The series names. They show in two rows making my chart smaller in the space I have assigned for it. Is there a way to make the series displayed on one row only?

 

 

 

Thanks in advance for the help!

 

 

 

Jorge V.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Could you please attach your XML and also a snap-shot of the chart? This would help to solve the issue as soon as possible?

Awaiting your reply. :)

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Thanks for the reply. I have attached the xml file and the screenshots I had to parse the image to remove confidential information. How I have set it up is this way:

 

1 - flash file with areas to load individual charts. So the attached images are loaded in an area I have setip with the following dimmensions: 400 x 250

 

2 - I load the swf that contains the chart code:

 

var mChart:ScrollLine2DChart = new ScrollLine2DChart(this, 1, 375, 240, 1, 25, false, "EN", "noScale");

 

 

 

I have tried different sizes to see if I was giving the wrong size to display the full labels and nothing. I did testing on different resolutions and it seems it does something to resize or scale the chart depending on the resolution. I have no idea how to control that. So I hope you can help me. Also with the series names. In my laptop I have one resolution and I have a monitor attached that has bigger resolution if I displayed the same chart on the second monitor the series get re-arranged and because of the layout I have the 2nd series name does not get displayed. Is there a way to keep the series name on the same row? there is plenty of space to have them both in there! :pinch:

 

 

 

So the 1st screenshot is displaying the chart on my laptop monitor with both series names on the same row. But still the labels not showing complete. The 2nd shot is the second monitor with higher resolution and the 2nd series title is gone to the 2nd row and disappears! :crazy:

 

 

 

Laptop resolution (1680 by 1050). 2nd Monitor resolution (1920 by 1200). My final app will be displayed on a LCD screen with higher resolution than the ones I use.

 

 

 

Your help is appreciated

chart_hourly-Issue.xml

post-6887-12844157823_thumb.jpg

post-6887-128441578238_thumb.jpg

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I noticed when resizing the chart and making it smaller or larger, there are objects of the chart that move in groups. I see the X data values move and in front of it is the panel for the series titles. I think if we send the X data values object to the front that would let the numbers display properly. Is there a way I can change the layer order of objects. I have source code of charts if you tell me how to change the order in which the objects are layered in the stage I think that could solve my problem. :)

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Thanks for the reply. I have changed it to noscale as well and the labels are shown complete. Thanks for this.

 

 

 

The second part of my problem is the legends - when the browser is at the max size the legends are drop in two rows. When I re-size the browser to a smaller size the labels are in one row. Is there a way to control these to make them stay in one row?

 

 

 

Thanks for the help.

 

 

 

Jorge V.

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

You are most welcome.

I'm afraid, there is no tweak to make the legends appear in a single line while resizing.

This happens as FusionCharts does not have an in-built functionality to resize itself. The resizing occurs due to some tweaks.

Hopefully in our next version we will be able to overcome this issue.

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