ipuertolas

Custom Labels

Recommended Posts

Hello,

I would like to know if there is any way to do the following. As you can see in the attached chart, we are developing a multi series area.

We need to highlight two zones of the chart so we decided to use "trendzones". Our client doesn't want to have the labels of the trendzones outside the charts, he wants them inside the chart.

I have consulted the Fusion Charts docs and I haven't found anything that could help.

I have had the following idea, I have put an space in the "displayValue" attribute in order to not shown the value outside the chart:

 

 

<trendLines>

<line startValue='4000' color='9cb700' displayvalue='4.000 GWh' />

<line startValue='0' endValue='25000' color='007aae' isTrendZone='1' alpha='5' dashed='1' displayvalue=' ' valueOnRight='1' />

<line startValue='4000' endValue='7000' color='9cb700' displayvalue=' ' isTrendZone='1' alpha='5' dashed='1' valueOnRight='1'/>

</trendLines>

 

My question: how can I show the labels inside the chart as you can see in the attached chart?

 

 

Thank you

post-19108-0-88985800-1310636645_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts does not support displaying trendline labels inside the chart, at this time.sad.gif

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites

Thank you for your answer,

Regardless of the trendline, Is there any way to put a custom label inside a chart? Could we use for instance an anchor or a fixed data label?

Thank you

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

First of all, we would like to thank you for showing interest in FusionCharts.

 

I am afraid, FusionCharts does not support displaying trendline labels inside the chart, at this time.sad.gif

 

Thank you very much for your continued patience and patronage.

 

Hope you have a great day!

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

Thanks for your response.

FusionCharts allows you to specify custom string values instead of the numeric data values for each data item. This can be provided as "displayValue" attribute of <set> element.

Ref: http://www.fusioncha...D.html#Anchor20

 

Hope this helps.smile.gif

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