Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Display statistics using morris.js #2

Open
flxai opened this issue Jul 17, 2015 · 3 comments
Open

Display statistics using morris.js #2

flxai opened this issue Jul 17, 2015 · 3 comments

Comments

@flxai
Copy link
Contributor

flxai commented Jul 17, 2015

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.

@jplatte
Copy link

jplatte commented Jul 17, 2015

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).

@flxai
Copy link
Contributor Author

flxai commented Jul 24, 2015

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.

@jplatte
Copy link

jplatte commented Jul 24, 2015

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants