Sign in to follow this  
hdagheda

Bullet Chart Caption On Top

Recommended Posts

Guest Sumedh

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!

post-24802-0-23803700-1350552823_thumb.png

BulletGraph_Data.xml

Share this post


Link to post
Share on other sites

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this