Thanks for great library to show RRD's as flot graphs. What I want is to show Max and Min and also Average values of data. Wtih rrdgraph tool I can do that typing couple of commands but with your library, I could not found how to achieve it. There is an Average example at you examples page but still could not understand how to do it.
Could you please help me about it?
Regards, Melih.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello folks,
Thanks for great library to show RRD's as flot graphs. What I want is to show Max and Min and also Average values of data. Wtih rrdgraph tool I can do that typing couple of commands but with your library, I could not found how to achieve it. There is an Average example at you examples page but still could not understand how to do it.
Could you please help me about it?
Regards, Melih.
Hi Melih.
The only supported option right now is to enable
multi_rra=True
http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v0.6.0/doc/lib/rrdFlot_js.html
and then use the long name for the attributes.
Does this help?
Igor