ubersol Report post Posted March 29, 2010 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
srividya_sharma Report post Posted March 30, 2010 (edited) Hi Please see if LED Gauges http://www.fusioncharts.com/widgets/docs/Contents/LED_Overview.html will serve your purpose. There is also an example of CPU usage ( Task Manager ) in the Download Package of FusionWidgets. Hope this helps. Srividya Edited March 30, 2010 by Guest Share this post Link to post Share on other sites
ubersol Report post Posted March 30, 2010 Could I not use the FusionCharts v3 instead of widgets to create graphs for daily data collection? Share this post Link to post Share on other sites
nytr0x Report post Posted May 25, 2010 (edited) 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 May 25, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 26, 2010 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
catalysis Report post Posted June 2, 2010 You cannot plot time on the x-axis of fusion charts. As far as I know, they have no plans to implement this feature. Share this post Link to post Share on other sites