afirsich

S-Axis Trendline Being Displayed On P-Axis Values In Html5 Version

Recommended Posts

I'm new to Fusion Charts so this may be an error on my end but i don't think it is since the flash version renders correctly.

 

I've found that when displaying 2 trendlines, one on each axis of a dual axis chart, the secondary trendline is being displayed on the values of the primary axis. This is only when drawn in HTML5, the flash version is fine.

 

here is a xml sample to be used with MSColumn3DLineDY.swf

 

<chart caption='Chart Title' showValues= '0' pYAxisName='Data A' sYAxisName='Data B' sYAxisMinValue='0' sYAxisMaxValue='7'>
<categories>
	<category label='12/18 - 12/24' />
	<category label='12/25 - 12/31' />
	<category label='1/1 - 1/7' />
	<category label='1/8 - 1/14' />
	<category label='1/15 - 1/21' />
</categories>
<dataset seriesName='SU'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
</dataset>
<dataset seriesName='M'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
</dataset>
<dataset seriesName='TU'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
</dataset>
<dataset seriesName='W'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='2' />
</dataset>
<dataset seriesName='TH'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
</dataset>
<dataset seriesName='F'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='9' />
</dataset>
<dataset seriesName='SA'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
</dataset>
<dataset seriesName='Data B' renderas='line' parentYAxis='s'>
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='0' />
	<set value='2' />
</dataset>
<trendlines>
	<line parentYAxis='P' startValue='6' isTrendZone='0' color='cdcd00' displayvalue='Data A Goal' valueOnRight='0'/>
	<line parentYAxis='S' startValue='3' isTrendZone='0' color='cdcd00' displayvalue='Data B Goal' valueOnRight='0'/>
</trendlines>
</chart>

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, we are unable to replicate the issue,as the code is working fine from our end.

 

Please find the screenshot attached for your reference.(the chart on the right side is HTML5/JS chart).

post-10517-0-68823400-1327299373_thumb.png

Share this post


Link to post
Share on other sites

Even with your screenshot it is still incorrect. data b goal line on the right graph is not drawn on the secondary axis value of 3. It is drawn at the secondary axis value of 2 but at the primary axis value of 3. if you look at the flash and html5 in your screen shot, they are clearly not the same graph.

 

I've taken your screenshot and made some notes on it to indicate what I am seeing.post-25702-0-00315500-1327330252_thumb.png

 

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

I am afraid, we are unable to replicate the issue,as the code is working fine from our end.

 

Please find the screenshot attached for your reference.(the chart on the right side is HTML5/JS chart).

Share this post


Link to post
Share on other sites

Doesn't appear to have fixed it. I even went to a second machine that I know has never loaded fusion charts to ensure it wasn't a cache issue.

 

Hi,

 

Apologies for the delay in response.

 

Could you please download the latest version of FusionCharts i.e FusionCharts XT Service Release 2 from: http://www.fusioncha...ownload/trials/ and see if this helps?

 

Hope this helps.

post-25702-0-68354900-1328024508_thumb.png

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thanks for your response.

 

We are looking into the issue and would get back to you very soon.

 

Thank you very much for your continued patience and patronage.

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for your response.

 

We are looking into the issue and would get back to you very soon.

 

Thank you very much for your continued patience and patronage.

 

Bumping this thread, I have the exact same issue and would like a feedback

 

Thanks

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

We are working on this issue.

 

We will update you on this, as it will be resolved.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Apologies for the inconvenience, we are working on it.

 

We will update you on this, as soon it will be fixed.

 

Thanks for your time.

Share this post


Link to post
Share on other sites
Guest Sumedh

Bumping this thread, I have the exact same issue and would like a feedback

 

Thanks

 

Hi,

 

This issue has been fixed in newly released FusionCharts XT v3.2.2 Service Release 3.

 

As It is a service release version, it includes various bug fixes and new features.

 

Could you please re-download and try?

 

To download this version, please refer this link: http://www.fusioncha...ownload/trials/

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