You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.
Use morris.js to render statistics for a cleaner look. Alternatively find something that works server-side and render static HTML that works with CSS (hovering) and without JS.
The text was updated successfully, but these errors were encountered:
Why do we need to generate HTML? Can't we just generate a new image file when there is new data instead of generating a new text file with info for a plugin?
For image generation, I would guess gnuplot should be an option (though I've never used it).
Yes, this would work as well. My assumption was, that interaction would lead to more information. For example being able to make out values at spikes faster by hovering, than having to look at the left.
We are currently using RRDtool, which comes with its own (round robin) database and thus has a small footprint. But I think that throwing away this kind of anonymous statistical data over time is a bad idea.
Well yes, interactivity is of course nice to have as well. I'd say it's up to the person who implements it. The perfect solution IMO would be having both, though this is only really a viable option if we manage to make both look the same.
About data persistence: I am with you on that, we should archive the stats in some form :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use morris.js to render statistics for a cleaner look. Alternatively find something that works server-side and render static HTML that works with CSS (hovering) and without JS.
The text was updated successfully, but these errors were encountered: