我正在使用javascriptRRD库(http://javascriptrrd.sourceforge.net/)来读取rrd文件并从中绘制图形。我正在使用download section中提供的javascriptrrd.wlibs.js文件。
我使用下面的代码来调用库文件:
flot_obj=new rrdFlotAsync(graphDiv.id); // graphDiv.id is the id of graph container
flot_obj.reload(url) // source url of RRD file.
上面的代码行绘制了一个折线图,但我需要绘制区域图。 如果有人以前尝试过这个,请告诉我在rrd库文件中做了哪些更改。
由于
答案 0 :(得分:0)
在库文件javascriptrrd.wlibs.js中,有一个graph_options,全局变量,填充:true需要添加。