ravensnowbird

Members
  • Content count

    5
  • Joined

  • Last visited

About ravensnowbird

  • Rank
    Forum Newbie
  1. Scale Analysis Based On Time

    Angshu Can you give me the code for The scales and the dataset example how i should send the data ? Thanks
  2. Scale Analysis Based On Time

  3. Scale Analysis Based On Time

    I think i can separate the yyyy/mm/dd hr/mm/ss And ignore the milliseconds . This is my xml file <graph caption='Report' subcaption='(from 2011/12/10 to 2011/12/20)' hovercapbg='FFECAA' hovercapborder='F47E00' formatNumberScale='0' decimalPrecision='0' showvalues='0' numdivlines='3' numVdivlines='3' yAxisMaxValue='230' yAxisMinValue='220' rotateNames='1' > <categories> <category name='14-12-2011 12:33:03'/> <category name='14-12-2011 12:33:15'/> <category name='14-12-2011 12:33:15'/> <category name='14-12-2011 12:33:27'/> <category name='14-12-2011 12:33:27'/> </categories> <dataset seriesName='ABCD' color='1D8BD1' anchorBorderColor='1D8BD1' anchorBgColor='1D8BD1'> <set value='225'/> <set value='225'/> <set value='225'/> <set value='225'/> <set value='225'/> </dataset> <dataset seriesName='EFGH' color='F1683C' anchorBorderColor='F1683C' anchorBgColor='F1683C'> <set value='226'/> <set value='226'/> <set value='226'/> <set value='226'/> <set value='226'/> </dataset> <dataset seriesName='IJKL' color='2AD62A' anchorBorderColor='2AD62A' anchorBgColor='2AD62A'> <set value='227'/> <set value='227'/> <set value='227'/> <set value='227'/> <set value='227'/> </dataset> </graph>
  4. Scale Analysis Based On Time

    Thanks Angshu 2011-12-14 12:33:03.3277827 2011-12-14 12:33:15.6074851 2011-12-14 12:33:15.6664885 2011-12-14 12:33:27.7691807 2011-12-14 12:33:27.7901819 2011-12-14 12:33:41.0659412 2011-12-14 12:33:41.1259447 2011-12-14 12:33:53.2266368 2011-12-14 12:33:53.2886403 2011-12-14 12:34:05.8273575 2011-12-14 12:34:05.8893611 2011-12-14 12:34:17.0059969 2011-12-14 12:34:17.0670004 A Sample Data i get out of the query .
  5. Scale Analysis Based On Time

    Hi Guys, This is my first post after using Fusion Charts ( though its been only 1 week i've been working on it. I am currently making a line chart which displays a scale of system status. Normally my query dataset consists of too many records separated by seconds (10secs interval) . I wanted to know if we can make the scale auto adjustable when the data set has been created. i.e . If i display the data between 1 day, the x axis scale to be split into 24 hours and if its 7 week, x axis into 7 parts. 1 month , 30 parts, etc . Is there a way to do this analysis on fusion charts or we have to manually do the analysis part and provide the data values after we calculate the scale? Thanks Vivek