Sign in to follow this  
irawan

Ms Combination 2D Trend Line Display Value Not Showing

Recommended Posts

 

Trend line label in Combination 2D not showing... Can someone please help me ? Anything wrong with my xml ?

<chart xAxisName='Peers' showValues='0' numberPrefix='' showLegend='0' adjustDiv='1' >
<categories>
	<category label='Peer 1' />
	<category label='Peer 2' />
</categories>

<dataset seriesName='Peer'>
	<set value='14.77' />
	<set value='21.31' />
</dataset>

<trendLines>
	<line startValue='39.05' color='91C728' displayvalue='Median' />
</trendLines>

<styles>
	<definition>
		<style name='CanvasAnim' type='animation' param='_xScale' start='0' duration='1' />
	</definition>

	<application>
		<apply toObject='Canvas' styles='CanvasAnim' />
	</application>
</styles>
</chart>

 

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

By default, FusionCharts automatically calculates the best chart limits when you don't specify them explicitly.

 

The trend line is plotted at the value which you have specified. If the value specified is not within the chart limits, then the trend line is not plotted at all.

 

For More details, please visit the links below:

 

http://www.fusioncha...Desc/Trend.html

 

http://www.fusioncha...hartLimits.html

 

 

Hope this helps.smile.gif

 

 

 

 

 

Share this post


Link to post
Share on other sites

Thanks for the reply, but the thing is the word "Median" is not appears in the y-axis, but I can see the trend line

 

Btw, I'm using

 

FusionCharts.setCurrentRenderer('javascript');

 

to render the chart

 

Screen shot

 

mscombi.JPG

 

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

By default, FusionCharts automatically calculates the best chart limits when you don't specify them explicitly.

 

The trend line is plotted at the value which you have specified. If the value specified is not within the chart limits, then the trend line is not plotted at all.

 

For More details, please visit the links below:

 

http://www.fusioncha...Desc/Trend.html

 

http://www.fusioncha...hartLimits.html

 

 

Hope this helps.smile.gif

 

 

 

 

 

Edited by irawan

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

Since, you are using JavaScript chart, this issue will be fixed in our next release i.e v 3.2.2

 

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

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