tmorsey Report post Posted March 13, 2013 (edited) I'm drawing a 2d Stacked Column and there is small gap between the top of the column and the chart border. How can I remove this? I've tried many different chart and canvas margins and paddings and nothing works. You can see the small (10%) game above the blue bar and below the chart border in my attachment. I've tried the following with no luck: canvasTopMargin=0 yAxisNamePadding=0 valuePadding=0 chartTopMargin='0' yAxisValuesPadding=0 canvasPadding='0' Thanks Tony Edited March 13, 2013 by tmorsey Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 14, 2013 Hi Tony. Could you please try once by providing the "yAxisMaxValue" to the maximum value among the data points? Ref Code: <chart canvasTopMargin='0' chartTopMargin='0' yAxisMaxValue='29800' > ...... <dataset seriesName='Product A'> <set value='27400' /> <set value='29800'/> <set value='25800' /> </dataset> </chart> If this is what is not able to fulfill your requirement, could you please provide the complete XML/JSON data, to test from our end? Hope this helps! Looking forward to your response. Share this post Link to post Share on other sites