parisspring Report post Posted November 18, 2009 I used the RRD database to store the traffic data and use RRDTool to get the traffic graph( like the Mrtg software). Now I want to use the fusionchart instead of rrdtool. Do anyone know how to realise that? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted November 20, 2009 Hi, I am afraid, as of now, FusionCharts does not support time-series charts, i.e. a scale having time as its unit. But you can always use time as text caption and draw the charts. Share this post Link to post Share on other sites
damon2016 Report post Posted August 8, 2016 Hi everyone, i also want to use the fusionchart instead of rrdtool to draw the mrtg graph, like traffic graph or cpu utilization graph. Can anyone help me? Thanks very much. Share this post Link to post Share on other sites
Gagan Sikri Report post Posted August 11, 2016 HiYou can parse the data from database/data source and then pass time date values as strings to the chart object to render the charts with those values.Date and time values cannot be used directly as direct manipulation is not allowed in charts as of now. You can make use of real-time charts to showcase real-time data. Here's example for the same: http://fc.gagansikri.in/workspace/realtimechartsdemo/realtimedemo.html(Source: https://github.com/sikrigagan/FusionCharts-Samples/tree/master/JS/Real-Time-Chart-with-Data-Stream) Share this post Link to post Share on other sites