Upendar Srirangam Report post Posted July 12, 2011 Hi, Below attributes are not working for Javascript Renderer where these are working fine for Flash Renderer. But for our IPAD app we must use Java script renderer only. 1. canvasPadding 2. chartLeftMargin 3. canvasLeftMargin 4. lineDashed Please let me know if these can be resolved or any other alternates for this. Also, can you please let me know how to remove Top and Right borders of the chart. We just need Left and Bottom borders. Thanks in advance. Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 12, 2011 Hi, Thanks for your post. Below attributes are not working for Javascript Renderer where these are working fine for Flash Renderer. But for our IPAD app we must use Java script renderer only.1. canvasPadding 2. chartLeftMargin 3. canvasLeftMargin 4. lineDashed I am afraid, FusionCharts does not support the attributes you mentioned using JavaScript renderer, at this time. This feature will be available in our next release of FusionCharts i.e v 3.2.2. Thank you very much for your continued patience and patronage. can you please let me know how to remove Top and Right borders of the chart. We just need Left and Bottom borders. Please find a sample workaround attached for your reference. Hope this helps. MSColumn2D.zip Share this post Link to post Share on other sites
Upendar Srirangam Report post Posted July 12, 2011 Thanks for your swift response. I have tried to remove the border as epr your sample. But it did not work for me. Below is the XML file for my line chart. Please check this and let me know if I am missing something. Note: I am using Java script renderer. <chart caption='RTrack Win/Lost/Abandoned' subCaption='TotalFirm YTD (SM)' seriesNameInToolTip='0' showValues='0' yAxisName='' bgColor='#000000' bgAlpha='100,100' showBorder='0' labelDisplay='Wrap' slantLabels='1' showPlotBorder='0' plotFillRatio='100' plotFillAlpha='100' plotBorderThickness='1' plotBorderColor='#FFFFFF' legendBorderThickness='0' legendBorderColor='#000000' legendBgColor='#000000' legendBgAlpha='100,100' divLineThickness='1' divLineColor='#FFFFFF' showAlternateHGridColor='0' baseFontColor='#FFFFFF' paletteColors='#FFFFFF,#92D400,#00A1DE' adjustDiv='0' yAxisMinValue='0' yAxisMaxValue='800' canvasBgColor='#000000' canvasPadding='50' canvasBorderThickness='1' canvasBorderColor='#ffffff' canvasBorderAlpha='100' lineDashed='1' lineThickness='2' LineAlpha='100' lineDashLen='10' lineDashGap='5'> <categories> <category label='p1' /> <category label='p2' /> <category label='p3' /> <category label='p4' /> <category label='p5' /> </categories> <dataset seriesName='Won'> <set value='100' /> <set value='150' /> <set value='400' /> <set value='280' /> <set value='280' /> </dataset> <dataset seriesName='Lost'> <set value='300' /> <set value='350' /> <set value='600' /> <set value='400' /> <set value='380' /> </dataset> <dataset seriesName='Abandoned'> <set value='500' /> <set value='550' /> <set value='800' /> <set value='600' /> <set value='580' /> </dataset> <styles> <definition> <style name='DarkFont' type='font' font='Arial' size='12' color='000000' bgColor='#FFFFFF'/> <style name='blackBkGround' type='font' font='Arial' size='30' bgColor='#000000'/> <style name='hidHgrid' type='Glow' bgColor ='#FFFFFF' /> <style type="Shadow" name="Shadow_1" Angle="130" Color="#FFFFFF" Alpha="100" blurX="0" blurY="0" Strength="2" /> </definition> <application> <apply toObject='ToolTip' styles='DarkFont' /> <apply toObject='CANVAS' styles='Shadow_1' /> </application> </styles> </chart> Hi, Thanks for your post. I am afraid, FusionCharts does not support the attributes you mentioned using JavaScript renderer, at this time. This feature will be available in our next release of FusionCharts i.e v 3.2.2. Thank you very much for your continued patience and patronage. Please find a sample workaround attached for your reference. Hope this helps. Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 12, 2011 Hi, Thanks for your response. Please note that FusionCharts does not support STYLES using JavaScript renderer, at this time. This feature will be available in our next release of FusionCharts i.e v 3.2.2. 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