colly

Customize volumbars in Fusion Chart with js

Recommended Posts

Hello everyone!

I am newbie in using of Fusion Charts.

I am going to use Fusion  Charts in JavaScript and there is one trouble.

I need to customize volume bars.

For example I want to draw a solid circle mark on a specific volume bar.

Is it possible and if possible, how can I implement this?

I hope detailed help.

Thanks.

Share this post


Link to post
Share on other sites

Hi Colly,

 

To place a circle on a specific bar on the chart, you need to use the Circle annotation feature of FusionCharts.

Circle annotations are static elements that could be placed anywhere on the chart by setting the "x" and "y" co-ordinates accordingly. Please refer to the below documentation for further information regarding Circle annotation :

https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#circle-12

 

To place the annotations you could also use the pre-defined macros, please refer to the documentation : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#use-macros-17

Also find a sample fiddle for reference : http://jsfiddle.net/y3H2G/4572/

 

Thanks,

Akash.

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