Sign in to follow this  
venkatc

New Chart

Recommended Posts

Hi All,

 

We are trying to implement the 2D Column Chart in our project. But we need horizontal dashed line in 2D Column chart based on the x and y value.

Please find the attached screen shot for you reference.

Please suggest how can create the chart shown in screen shot.

 

thanks,

Venkat.

post-9989-0-23788000-1317034656_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your post.

You would need to used vline in order to suffice your requirement.

vLines are vertical (or horizontal in case of bar charts) separator lines that help you separate blocks of data. They can be placed between any two data points, even at irregular intervals.

For more details, please refer to the links below:

http://www.fusioncha...esc/VLines.html

http://www.fusioncha...D.html#Anchor17

Hope this helps.

Share this post


Link to post
Share on other sites

Hi All,

 

Thanks for you reply.

 

We are trying to implement the 2D Column Chart in our project. I have below question on this cahrt.

 

Question 1: How can I add different background colors for <VLine> labels ( 1 ).

Question 2: Is it possible to create my own y-axis ranges(2).

Question 3: How to draw <VLine> on the bars. Now it is hiding by the bars (3).

 

Please advice. Please let me know if any other charts have these features.

 

Please find the attachment screen shot for your reference.

 

Thanks,

Venkat.

post-9989-0-47679400-1317396365_thumb.png

Share this post


Link to post
Share on other sites

Hi Venkat,

 

Question 1: How can I add different background colors for <VLine> labels ( 1 ).

>> I am afraid, FusionCharts does not support displaying different colors for vLine labels, as of now. :(

 

However, you can apply the same color globally on the "VLINELABELS" object using "Font Styles.

Ref.- http://www.fusioncharts.com/docs/?Styles/Font.html

 

Question 2: Is it possible to create my own y-axis ranges(2).

>> Please note that you can define the "yAxisMinValue" and "yAxisMaxValue" in the <chart> element along with a specific required value for the "numDivLines" in order to define your own range of linear values.

 

In case you wish to display you would need to use trendlines instead of the div lines to achieve the same.

Ref.- http://www.fusioncharts.com/docs/?ChartSS/Column2D.html#Anchor18

 

Question 3: How to draw <VLine> on the bars. Now it is hiding by the bars (3).

>> I am afraid, FusionCharts does not support the display of vLines om top of the dataplots, as of now.

 

Hope this helps. :)

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