Sign in to follow this  
asifchouhan

Problem In Scrollcombi2D.swf On Dataset Values

Recommended Posts

Dear All,

 

I have used ScrollCombi2D.swf in which my xml generated is

 

<chart showBorder='0' bgColor='E9E9E9' xAxisName='Months' yAxisName='Time(In Minutes)' palette='2' rotateNames='0' animation='1' numdivlines='4' baseFont='Arial' baseFontSize='12' useRoundEdges='0' legendBorderAlpha='0' formatNumberScale='0'>

<categories>

<category name='Jan'/>

<category name='Feb'/>

<category name='March'/>

<category name='April'/>

<category name='May'/>

</categories>

<dataset Color='D0342D' showValues='1' seriesname='Average Time1' renderAs='Column'>

<set value='0:6:9' />

<set value='0:7:7' />

<set value='0:11:28' />

<set value='0:10:30' />

<set value='0:10:2' />

</dataset>

<dataset Color='8BBA00' showValues='1' seriesname='Average Time2' renderAs='Column'>

<set value='0:0:59' />

<set value='0:1:11' />

<set value='0:0:59' />

<set value='0:1:2' />

<set value='0:0:45' />

</dataset>

</chart>

 

No bar is shown in the graph. I don't know what is matter is it related with data like 0:10:15 (hh:mm:ss)

 

Please suggest I want to display data in hh:mm:ss only

How to do this.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Please try the same using <toolText> attribute inside the <set> element.

 

Hope this helps.

Share this post


Link to post
Share on other sites

Thanks for your instant support!!

 

I have used <tooltext> inside <set> attribute and it has worked. But on my graph it show like 97.11 seconds which it should show in hh:mm:ss ie 0:1:37, for this thing what should I set in chart or set attribute. please tell me.

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

I am afraid, FusionCharts does not support the time format you are looking for, at this time.

 

You need to manually mention the time format under <toolText> attribute.

 

Hope this helps.smile.gif

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