teamCSC Report post Posted July 2, 2015 (edited) We recently upgraded fusion chart API to v3.6.0.After upgradation there is some white space in the right side of the scatter chart (see attached screenshot) highlighted with red color. Here is the chart properties that are used.. <chart caption='' yaxisName='' xaxisName='' chartPalette='2' bgAlpha='0' border='0' numdivLines='0' rotateLabels='0' borderAlpha='0' showLegend='1' xAxisMaxValue='10' xAxisMinValue='0' showLabels='1' decimals='0' plotBorderColor='B8B8B8' formatNumberScale='0' drawQuadrant='1' yNumberPrefix='$' > Please suggest any solution to remove that extra white space from the chart. Thanks Edited July 2, 2015 by ankit810 Share this post Link to post Share on other sites
teamCSC Report post Posted July 3, 2015 I missed to add a property showValues='1' in the chart properties (was unable to edit original post). If I disable showValues by updating showValues='0' , then it works properly. But I need to display values, so please suggest any alternate solution. Thanks Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 6, 2015 Hi Ankit, Thanks for the post. Could you please refer to a demo fiddle: http://jsfiddle.net/yndkx4nx/ Also, please dos share your chart scaled down data so that we can test it at our end and assist you accordingly. Awaiting response. Share this post Link to post Share on other sites
teamCSC Report post Posted July 6, 2015 Hi Moonmi Thanks for your reply. Please find complete chart xml in the attached text file. Thanks chartXml.txt Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 9, 2015 Hi, Could you please check the fiddle: http://jsfiddle.net/4c6n97xe/1/ ? The issue seems to be with the display value. Try reducing the size of the display value as in the fiddle. Please share your observations. Share this post Link to post Share on other sites
teamCSC Report post Posted July 9, 2015 We can't ask our client to change data. Please suggest any alternative solution, like if we can wrap the display values if length is problematic here. Also this wasn't reproducible in previous version. Thanks Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 10, 2015 Hi, Issue has been identified as bug and has been logged for improvement. We will keep you posted about any updates. Until then your support and patience is appreciated. Thanks. Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 27, 2015 Hi, Though the issue has been taken up as bug and will be fixed soon, for the time being you can bypass the issue with the use of the below two attributes as follows: adjustVDiv = '0'manageplotoverflow ="0" Fiddle: http://jsfiddle.net/6wanj8xd/ Hope this helps. Share this post Link to post Share on other sites