Sign in to follow this  
ubersol

Timeline Based charts

Recommended Posts

Hello

 

 

 

I am new to fusioncharts and I have a general question on using fusioncharts. I am in the middle of developing Ruby on Rails application that will collect some computer hardware related data. For example cpu load, memory load etc.

 

 

 

Is it possible to draw charts with FusionCharts to have a timeline in x axis and the cpu load forexample as a percentage on y axis? Can I plot time based graphs? for example memory load between 8am to 5pm?

 

 

 

Thanks very much.

Share this post


Link to post
Share on other sites

I've done something similar to this using XY scatter and converting the x axis datetime stamp to the number of seconds from the start period datetime. Thus giving something like:

 


y |                         x

 |                    *

 |          x *

 |    x *

 |____________________

  0   1   2   3   4   5   6  ...

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Ubersol,

In case you wish to use the charts of the Fusioncharts pack to represent data on a daily basis, you need to re-render the chart everytime the chart gets updated with a new set of data.

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