hdagheda Report post Posted October 18, 2012 Can i display caption on top of bullet chart instead of in right side? how? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 18, 2012 Hi, Welcome to FusionCharts Forum!. You cannot place Caption on the top of Bullet graph. However, you can use annotations to achieve it. Annotations let you create your own custom objects (shapes, images, text etc.) in the charts. You can create various shapes like polygons, rectangles, circles, arcs, etc., render annotation text at required positions. Ref. code: <chart ... > . . . <annotations> <annotationGroup id='Grp1' > <annotation type='text' x='310' y='25' label='Revenue' bold='1' fontSize='15' fontColor='000000'/> </annotationGroup> </annotations> . . . </chart > For more information, please refer the following links: http://docs.fusioncharts.com/widgets/Contents/?Annotations/Introduction.html http://docs.fusioncharts.com/widgets/Contents/?Annotations/Text.html Also, find attached chart XML and screen-shot for your reference. Hope this helps! BulletGraph_Data.xml Share this post Link to post Share on other sites
hdagheda Report post Posted October 19, 2012 Hi, Welcome to FusionCharts Forum!. You cannot place Caption on the top of Bullet graph. However, you can use annotations to achieve it. Annotations let you create your own custom objects (shapes, images, text etc.) in the charts. You can create various shapes like polygons, rectangles, circles, arcs, etc., render annotation text at required positions. Ref. code: <chart ... > . . . <annotations> <annotationGroup id='Grp1' > <annotation type='text' x='310' y='25' label='Revenue' bold='1' fontSize='15' fontColor='000000'/> </annotationGroup> </annotations> . . . </chart > For more information, please refer the following links: http://docs.fusioncharts.com/widgets/Contents/?Annotations/Introduction.html http://docs.fusioncharts.com/widgets/Contents/?Annotations/Text.html Also, find attached chart XML and screen-shot for your reference. Hope this helps! Share this post Link to post Share on other sites
hdagheda Report post Posted October 19, 2012 Hi, Welcome to FusionCharts Forum!. You cannot place Caption on the top of Bullet graph. However, you can use annotations to achieve it. Annotations let you create your own custom objects (shapes, images, text etc.) in the charts. You can create various shapes like polygons, rectangles, circles, arcs, etc., render annotation text at required positions. Ref. code: <chart ... > . . . <annotations> <annotationGroup id='Grp1' > <annotation type='text' x='310' y='25' label='Revenue' bold='1' fontSize='15' fontColor='000000'/> </annotationGroup> </annotations> . . . </chart > For more information, please refer the following links: http://docs.fusioncharts.com/widgets/Contents/?Annotations/Introduction.html http://docs.fusioncharts.com/widgets/Contents/?Annotations/Text.html Also, find attached chart XML and screen-shot for your reference. Hope this helps! Thanks... This is what i needed. Share this post Link to post Share on other sites