eagle-m Report post Posted November 29, 2017 Hello, I am using the latest version of Fusion charts (3.12.2) . The chart that I am using is called mscolumn3dlinedy - 3D Line Chart Dual Y chart. https://www.fusioncharts.com/dev/chart-attributes.html?chart=mscolumn3dlinedy I need to display the values that are in the secondary Y axis that is depicted as a line. When I use showvalues: "1" option these values overlap with the rest of the values and the chart becomes illegible. What can I do to make it more legible? Any help/ hint would be very much appreciated. Thank you Metin Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 30, 2017 Hi, Please note if you want to show values only for the secondary axis you could use showValues attribute at the dataset level for that particular series and set it as 1. For reference please check the sample fiddle - http://jsfiddle.net/zz4k7dhj/ Share this post Link to post Share on other sites
eagle-m Report post Posted December 4, 2017 Hello, Ayan thank you for your response. As I mentioned in my message above I am well aware of this option. The issue is when I use this option The values displayed overlap with the other values. And it makes it extremely difficult to read any values. Any suggestions on how I can overcome this problem, please ? Share this post Link to post Share on other sites
eagle-m Report post Posted December 4, 2017 Here is an example image to clarify the situation. Please have a look at Q1 11K and 14% overlap. I have a similar situation. Thanks. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 5, 2017 Hi, Thanks for replying back. In order to overcome the overlapping situation, you could use valuePosition attribute either at the data level or at the dataset level for that particular series. Please note the valuePosition attribute accepts "ABOVE", "BELOW", "AUTO" as the range. For reference please check the sample fiddle - https://jsfiddle.net/pe3pedrx/ Share this post Link to post Share on other sites
eagle-m Report post Posted December 5, 2017 Thank you. I see that in your example you are using the BELOW option on the data level. I think putting the above or below on the data level is not an option as the data is generated dynamically and it will change. I was expecting the "auto" option to fix this issue for me but doesn't seem to do anything about fixing the overlap situation. I tried putting "valuePosition":"Below" in the dataSource but this only in the changes the positioning of the values in the s line and not the location of other values otherwise it might have worked. Any other suggestions, please? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted December 6, 2017 As of now, you could either use valuePosition attribute to handle the overlapping situation or you could set showvalues as 0 for a particular series. Share this post Link to post Share on other sites