asifchouhan Report post Posted January 24, 2011 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 Report post Posted January 24, 2011 (edited) Hi, Welcome to FusionCharts Forum! Please refer to the link for more details: http://www.fusioncha...er_Scaling.html http://www.fusioncha...ollCombi2D.html Hope this helps. Edited January 24, 2011 by Angie Share this post Link to post Share on other sites
asifchouhan Report post Posted January 24, 2011 The graph is plotted but it should show the value in hh:mm:ss when mouse is hovered on Share this post Link to post Share on other sites
Guest Angie Report post Posted January 24, 2011 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
asifchouhan Report post Posted January 25, 2011 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 Report post Posted January 25, 2011 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. Share this post Link to post Share on other sites