https://app.bountysource.com/issues/107610639-add-support-for-rrd-version-0001-files-to-rrdfile-js there is a bounty for this feature. Thanks!
Hi, I have moved the javascriptRRD code to github and created an feature request to add support for "0001" files here: https://github.com/Project-Faster/javascriptrrd/issues/1. Hoping to find a developer interested in doing this work. Thanks!
I see javascriptRRD hasn't had any development for quite a while. It seems to work great for what it does. One thing lacking though is support for Pointer Events. Creating a rrdFlotAsync results in a small "scaler graph". That works great on a desktop with a mouse, but doesn't seem to do anything on a phone (or other touchscreen?) I'm only guessing that's because it uses mouse events. Support for newer technology would be welcome. One question: I can set the background color of the main graph with...
I wanted to add a simple (graph only) version of rrd graphs to some webpages, and...
Aloha, an interesting factoid on a related matter is below. Igor, I'm guessing you...
Before I consider including the patch, can you please confirm it has been tested...
The jsrrdgraph projects seems to use javascriptRRD for which I have developed some...
Hi rem_d. Uhm... not sure I understand what you did. Can you please clarify? Did...
Timezone is indeed not currently supported in rrdFlotMatrix. Mostly because I was...
Hi, While comparing these two documentations: http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/rrdFlot_js.html...
Solved after adding var timeFormat = "%d/%m/%y %H:%M:%S"; and dateFormat: timeFormat,...
I have the day now, but not hour/mn/sec... I added to 'content' (line 489) of ./javascriptrrd-1.1.1/src/lib/rrdFlot.js:...
Hi, I would like to print time in the toolbox when I put my mouse on a specific point....