Sign in to follow this  
abbottmw

Line2D Data Display Issue

Recommended Posts

Hey guys,

 

I did a quick search in the forum for this, but I didnt see anything, so I apologize if there is a post on this.

 

Im doing a simple MS Line 2d graph and the issue im having is some of the data on two datasets are exactly the same, so when you view the chart, it shows 3 items in the legend, but only two lines are visible in the chart. This is because for two of those datasets they just happen to have the same data. Are the lines overlapping? If so, how can i fix this?? Im still using 3.1 Fusion Charts v3 (not the FREE version)

 

<dataset seriesName="A">


<set tooltext='Jan 50%' label="Jan" value="50"/>

<set tooltext='Feb 50%' label="Feb" value="50"/>

<set tooltext='Mar 50%' label="Mar" value="50"/>

<set tooltext='Apr ' label="Apr" />

<set tooltext='May ' label="May" />

<set tooltext='Jun ' label="Jun" />

<set tooltext='Jul ' label="Jul" />

<set tooltext='Aug ' label="Aug" />

<set tooltext='Sep ' label="Sep" />

<set tooltext='Oct ' label="Oct" />

<set tooltext='Nov ' label="Nov" />

<set tooltext='Dec ' label="Dec" />

</dataset>

<dataset seriesName="B">


<set tooltext='Jan 50%' label="Jan" value="50"/>

<set tooltext='Feb 50%' label="Feb" value="50"/>

<set tooltext='Mar 50%' label="Mar" value="50"/>

<set tooltext='Apr ' label="Apr" />

<set tooltext='May ' label="May" />

<set tooltext='Jun ' label="Jun" />

<set tooltext='Jul ' label="Jul" />

<set tooltext='Aug ' label="Aug" />

<set tooltext='Sep ' label="Sep" />

<set tooltext='Oct ' label="Oct" />

<set tooltext='Nov ' label="Nov" />

<set tooltext='Dec ' label="Dec" />

</dataset>

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Could you please send us a screenshot or any live link to look into the issue?

 

Awaiting for your reply.

Share this post


Link to post
Share on other sites

Im attaching the line2D and also the same data but a Column2D to show its the same data.

Edit: i took out the 3rd set of data to just show the two that are equal...

 

Hi,

 

Could you please send us a screenshot or any live link to look into the issue?

 

Awaiting for your reply.

post-7158-095095900 1301944479_thumb.jpg

post-7158-040577100 1301944497_thumb.jpg

Edited by abbottmw

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Since you are using the same data on two datasets, lines will overlap each other.

 

You would need to use different data in order to avoid overlapping.

 

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

What about making the lines appear above the top and bottom border lines... kind of hard to explain so i am attaching a graphic..

 

if a line is 100%, the border around the graph is going through the line from the data. Same thing with 0%. the border of the chart is going through the line.

 

Im using 3.1.1 version of FusionCharts if that is needed.

post-7158-006391400 1302719172_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your reply.

 

We are looking into this and will get back to you ASAP.

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

Hi,

 

I am afraid, I am unable to understand your previous query. :)

 

However, as a work-around, you can try using the attribute "lineThickness" in the <dataset> elements of the lineplots which have the same values.

 

If you make the 1st lines "lineThickness" larger and "alpha" lesser, then you would be easily able to view the line overlapping and lying behind.

 

Please check with the attached screenshot and the sample XML file for your reference.

 

Hope this helps. :)

 

post-8144-091608700 1304510790_thumb.jpg

sample.xml

Share this post


Link to post
Share on other sites

If you look at the graphic i sent in the previous post, and look specifically at the green line, and the yellow line. You can see the border that is going around the whole graph going through that line. Hope that makes sense.

Share this post


Link to post
Share on other sites

Hi,

 

This is an issue. We have already reported this and currently looking into this.

 

We shall come up with the fix to this issue in our next upgraded version, i.e FusionCharts v3.2.2.

 

But currently we are unable to provide the timeline as we are working on this.

 

We shall update you as soon we come up with it.

 

Thank you for your continued patience and patronage.

Share this post


Link to post
Share on other sites

Thank you for your reply.. As long as you are aware of the issue, im cool.

Is there a list somewhere that lists bugs/requests that are being fixed/implemented

I know there is a forum of the suggestions and Requests here, but didnt know if there was a place that showed which of those were be considered and when.

 

Thanks for all you do!

 

-Matthew

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for the cooperation.

 

We have already reported this based on your post. Hence it would be soon taken care of.

 

Thank you for your continued support.

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