abbottmw Report post Posted April 1, 2011 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 Report post Posted April 4, 2011 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
abbottmw Report post Posted April 4, 2011 (edited) 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. Edited April 4, 2011 by abbottmw Share this post Link to post Share on other sites
Guest Angie Report post Posted April 5, 2011 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. Share this post Link to post Share on other sites
abbottmw Report post Posted April 13, 2011 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. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 4, 2011 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
Sanjukta Report post Posted May 4, 2011 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. sample.xml Share this post Link to post Share on other sites
abbottmw Report post Posted May 4, 2011 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
Sanjukta Report post Posted May 5, 2011 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
abbottmw Report post Posted May 5, 2011 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
Sanjukta Report post Posted May 6, 2011 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