Sign in to follow this  
shaswathi

white vertical lines are seen on the graph

Recommended Posts

Hi

I am using the MSStackedColumnline graph. Even I set plotspacepercent = 0 and showborder =0, I see some white lines between columns. that too those are not consistent I mean not shown at each x label,  some labels it is skipping. Attached the snap shot. Dependign on size some times it is decreasing. But we cant alter the size of the graph. It is constant.

could you please suggest what can we do to not show the lines.

msstackedlinegraph.zip

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Can you please attach your XML? It will be easier for us to analyse the issue then.

Awaiting your reply. :)

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Thank you for your XML.

We could not replicate the issue of the white lines displayed between the columns. However, you can try to set showPlotBorder='0' in the <chart> element and see if this works.

Please consider upgrading your FusionCharts Version from the following link: http://www.fusioncharts.com/puc/ , if you have not done that already.

Edited by Guest

Share this post


Link to post
Share on other sites

Hi

Thankyou for the reply. But I see this lines when I use Lineseries with the stacked columns.

I have another question regarding the same graph. When I use columns instread of stacked columns, can I overlap them in 2D?

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

I'm afraid, it is not  possible to overlap the columns, as of now. :)

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi,

 

 

 

I am afraid, the XML that you have sent does not conform to the image that you have attached.

 

 

 

You can not use an individual <dataset> element with set elements in this chart.

 

 

 

You need to use nested DATASET elements for stacked columns and for line you need to use LINESET element.

 

 

 

To debug, we have changed the first DATASET element's name to LINESET and we came close to the image that you have sent.

 

 

 

But the whitelines could not be replicated in our labs using the XML that you have provided.

 

 

 

Of course, when we set plotSpacePercent to some other minimum values like 5 or 10 we get white lines in the chart.

 

 

 

So, please make sure you do not have duplicate plotSpacePercent attribute (which is getting applied) in the XML that you are using.

 

 

 

Also please consider upgrading your FusionCharts Version from the following link: http://www.fusioncharts.com/puc/ , if you have not done that already.

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