ipuertolas Report post Posted July 14, 2011 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 Share this post Link to post Share on other sites
Guest Angshu Report post Posted July 14, 2011 Hi, Welcome to FusionCharts Forum! 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. 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
ipuertolas Report post Posted July 14, 2011 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! 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. 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 Report post Posted July 14, 2011 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. Share this post Link to post Share on other sites