jerrygarciuh Report post Posted June 9, 2016 This XML has no trendline and the line graph generated ignores the canvasPadding='20' <chart caption='Practice Plan Analysis for David Martin' subcaption='Point Value Playing Game: 2/2/2016 to 6/9/2016' xAxisName='Individual Score Dates' yAxisName='Scores' yAxisMinValue='0' decimals='1' numberPrefix='' showValues='1' rotateLabels='1' slantLabels="1" alternateHGridColor='FCB541' alternateHGridAlpha='20' divLineColor='FCB541' divLineAlpha='50' canvasBorderColor='666666' baseFontColor='666666' lineColor='FCB541' canvasRightMargin='50' canvasLeftMargin='30' canvasPadding='20' exportEnabled="1" exportAtClient="0" exportAction="download" exportHandler='http://www.somesite.com/Charts/ExportHandlers/PHP/index.php' exportFileName="18_Hole_Scoring_Analysis" exportFormats='PDF=Export as PDF'> <set label='4/4/16' value='10' /> <set label='5/2/16' value='-21' /> <set label='5/9/16' value='3' /> <set label='5/16/16' value='-30' /> <set label='5/23/16' value='7' /> <set label='5/30/16' value='-13' /> <set label='6/6/16' value='-15' /> <styles> <definition> <style name='Anim1' type='animation' param='_xscale' start='0' duration='1' /> <style name='Anim2' type='animation' param='_alpha' start='0' duration='0.6' /> <style name='DataShadow' type='Shadow' alpha='40'/> </definition> <application> <apply toObject='DIVLINES' styles='Anim1' /> <apply toObject='HGRID' styles='Anim2' /> <apply toObject='DATALABELS' styles='DataShadow,Anim2' /> </application> </styles> However if I add <trendlines> <line startvalue="-2" color="#1aaf5d" displayvalue="Coach's{br}target{br}score" valueonright="1" thickness="2" /> </trendlines> I get the padding: Can anyone advise as to what I am doing incorrectly? Thank you! Share this post Link to post Share on other sites
soumya Report post Posted June 13, 2016 (edited) Hi, Thanks for your query. The attached xml is working fine using the latest version of FusionCharts and the "canvasPadding" is also working properly irrespective of trendlines added or not. For your reference could you please check the xml structure that you are using. Please refer to following samples. Without "trendline" : http://jsfiddle.net/Soumya_dutta/T5C6h/1506/ After adding "trendlines" : http://jsfiddle.net/Soumya_dutta/T5C6h/1507/ Can you please try using the latest version and let us know if the issue is resolved? Edited June 13, 2016 by soumya Share this post Link to post Share on other sites
jerrygarciuh Report post Posted June 14, 2016 Thank you for the reply. I will let my employer know he will need a renewed license to upgrade files and fix issue. Share this post Link to post Share on other sites