Sign in to follow this  
BeanoEFC

is it possible to have Trendrows ?

Recommended Posts

Hello Everyone,

 

 

 

I have recently started using FusionCharts and i am trying to create a body mass index(BMI) chart. What have is have a line graph with the date along the X axis and the BMI on the Y axis. I would like to have a kind of trendline but going from 18.5 - 24.9 and in the middle of this "row" have the title.

 

 

 

I hope i have made my self clear enough.

 

 

 

Thanks in Advance,

 

-Beano

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Welcome to FusionCharts Forum. :)

 

You require a trendzone for this.

Here's a code snippet to create a trendzone:

<trendLines>

<line startValue='18.5' endValue='24.9 ' color='009933' isTrendZone='1' displayvalue='.....' />

</trendLines>

You can use the displayValue attribute to either display a string on the left-hand side of the chart canvas(default) or on the right-hand side(setting valueOnRight='1' in the <line> element)

I'm afraid, as of now, FusionCharts does not have the functionality to support the display of the title "in the middle of this "row"".

Hope this helps. :P

Share this post


Link to post
Share on other sites

Thanks very much Madhumita. This is the result i was looking for. Its a shame about not being able to place text in the middle of the row though.

 

 

 

Regards,

 

-Beano

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Glad that  I could help you.

Thanks a lot for your suggestions. We have made a note of it.

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