freebsd Report post Posted October 10, 2011 HI, How do I get the following result Thank you Share this post Link to post Share on other sites
Swarnam Report post Posted October 10, 2011 Hi, Using Annotations, let you create your own custom objects (shapes, images, text etc.) in the charts. So rendering of text "Inventory Level", could be created at any position in the chart. For more information on "Annotations", please refer the following link: http://www.fusioncharts.com/widgets/docs/Contents/Ann_Introduction.html I hope this helps. Share this post Link to post Share on other sites
freebsd Report post Posted October 10, 2011 HI Why can not Bulb left <div id="chart4" align="center"></div> <script type="text/javascript"> var myChart = new FusionCharts("../Charts/Bulb.swf", "chart4c", "180", "70", "0", "1"); myChart.setDataURL("Data/Manpower/AttritionRate.xml"); myChart.render("chart4"); </script> Hi, Using Annotations, let you create your own custom objects (shapes, images, text etc.) in the charts. So rendering of text "Inventory Level", could be created at any position in the chart. For more information on "Annotations", please refer the following link: http://www.fusioncha...troduction.html I hope this helps. AttritionRate.xml Share this post Link to post Share on other sites
freebsd Report post Posted October 10, 2011 <Chart lowerLimit='0' upperLimit='100' bulbRadius='25' numberSuffix='%25' decimalPrecision='0' showBorder='0' bgAlpha='100' bgcolor='EFF4F8' borderColor='EFF4F8' showValue='0' clickURL='n-http://www.infosoftglobal.com' chartRightMargin='130'> add chartRightMargin='130' Share this post Link to post Share on other sites
Swarnam Report post Posted October 11, 2011 Hi, Thank you for the post. Glad to know your issue has been resolved. Happy FusionCharting. Share this post Link to post Share on other sites