bullishpip Report post Posted November 25, 2008 The showLabels attribute is not working for me with the FCF_Line.swf chart. Is it user error? Here is my code: graph bgColor='406181,6DA5DB' bgAlpha='100' animation='0' rotateYAxisName='1' yAxisName='30 MIN RSI' numberPrefix='' showValues='0' showLabels='0' yAxisMaxValue='100' valuePadding='10' ... set name='09:00' value='67.2957' / set name='10:00' value='66.4598' / set name='11:00' value='66.5976' / ... /graph The labels are still showing on the x-axis (see below image): Share this post Link to post Share on other sites
Arindam Report post Posted November 26, 2008 Hi, Could you please use showNames instead of showLabels? i.e <charts ..... showNames='1' .... > Share this post Link to post Share on other sites
bullishpip Report post Posted November 26, 2008 showNames=0 works! Thank you! Did I miss a support document that outlined this information? The documents I read were these: http://www.fusioncharts.com/Docs/ Share this post Link to post Share on other sites
Arindam Report post Posted November 26, 2008 Hi, For Free FusionCharts Documentation please follow this link. http://www.fusioncharts.com/free/Docs/ Share this post Link to post Share on other sites
bullishpip Report post Posted November 26, 2008 Awesome! Thanks again for the assistance and information! Share this post Link to post Share on other sites