afirsich Report post Posted January 20, 2012 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 Report post Posted January 23, 2012 Hi, Welcome to FusionCharts Forum! 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
afirsich Report post Posted January 23, 2012 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. On 1/23/2012 at 6:16 AM, Angshu said: Hi, Welcome to FusionCharts Forum! 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
afirsich Report post Posted January 26, 2012 Any word on this? Is this an issue with the swf file itself or the code, something else? Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 31, 2012 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.fusioncharts.com/download/trials/ and see if this helps? Hope this helps. Share this post Link to post Share on other sites
afirsich Report post Posted January 31, 2012 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. On 1/31/2012 at 6:19 AM, Angshu said: 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. Share this post Link to post Share on other sites
Guest Angshu Report post Posted February 1, 2012 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
soufwpca Report post Posted March 2, 2012 On 2/1/2012 at 5:14 AM, Angshu said: 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 Report post Posted March 5, 2012 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 Report post Posted March 8, 2012 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 Report post Posted March 14, 2012 On 3/2/2012 at 8:11 PM, soufwpca said: 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