Sign in to follow this  
rhjariwala

Wierd Problem With Scrolltoend Property For Scroll Combination 2D (Dual) Chart

Recommended Posts

Hello Guys,

 

We are facing weird problem of displaying labels for Scroll Combination 2d (Dual) axis chart when scrollToEnd = '1'.

 

It does scroll to end but the problem is all the beginning labels are cluttered.

 

Please see attached JPG file for the problem how chart labels for x-axis having problem:

 

Here is the xml that we using:

 

<?xml version='1.0' encoding='UTF-8'?>

<chart caption='Weekly' subcaption='' xAxisName='' palette='2' formatNumberScale='0' numberPrefix='$' labelDisplay = 'WRAP' numberSuffix='' showSecondaryLimits='0' showValues='0' bgColor='FFFFFF' borderColor='FFFFFF' anchorRadius='2' anchorBorderThickness='6' sNumberPrefix='' sNumberSuffix='' showDivLineSecondaryValue='0' sYAxisValueDecimals ='2' yAxisValueDecimals = '2' legendPosition='BOTTOM' scrollToEnd = '1'>

<categories>

<category label='Week #4 of 2011'/>

<category label='Week #5 of 2011'/>

<category label='Week #6 of 2011'/>

<category label='Week #7 of 2011'/>

<category label='Week #8 of 2011'/>

<category label='Week #9 of 2011'/>

<category label='Week #10 of 2011'/>

<category label='Week #11 of 2011'/>

<category label='Week #12 of 2011'/>

<category label='Week #13 of 2011'/>

<category label='Week #14 of 2011'/>

<category label='Week #15 of 2011'/>

<category label='Week #16 of 2011'/>

<category label='Week #17 of 2011'/>

<category label='Week #18 of 2011'/>

<category label='Week #19 of 2011'/>

<category label='Week #20 of 2011'/>

<category label='Week #21 of 2011'/>

<category label='Week #22 of 2011'/>

<category label='Week #23 of 2011'/>

<category label='Week #24 of 2011'/>

<category label='Week #25 of 2011'/>

<category label='Week #26 of 2011'/>

<category label='Week #27 of 2011'/>

<category label='Week #28 of 2011'/>

<category label='Week #29 of 2011'/>

<category label='Week #30 of 2011'/>

<category label='Week #31 of 2011'/>

</categories>

<dataset seriesName='Promo Sales $ @ Retail(2011 - 2011)' renderAs='Line' >

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #4 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #5 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #6 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #7 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #8 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #9 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #10 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #11 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #12 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #13 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #14 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #15 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #16 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #17 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #18 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #19 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #20 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #21 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #22 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #23 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #24 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #25 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #26 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #27 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #28 of 2011, $0' />

<set value='0.0000' toolText = 'Promo Sales $ @ Retail, Week #29 of 2011, $0' />

<set value='3754707.0100' toolText = 'Promo Sales $ @ Retail, Week #30 of 2011, $3,754,707' />

<set value='1693418.7800' toolText = 'Promo Sales $ @ Retail, Week #31 of 2011, $1,693,419' />

</dataset>

<styles>

<definition>

<style type='font' name='CaptionFont' color='#333' size='15' />

<style type='font' name='SubCaptionFont' bold='0' />

</definition>

 

<application>

<apply toObject='caption' styles='CaptionFont' />

<apply toObject='SubCaption' styles='SubCaptionFont' />

</application>

</styles>

</chart>

post-7183-0-84382100-1315310482_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

This issue will be fixed in our next release of Fusioncharts 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