Munin-for-Android icon indicating copy to clipboard operation
Munin-for-Android copied to clipboard

Use JSON for graph rendering?

Open Gollam opened this issue 5 years ago • 1 comments

Has there ever been plans to use the JSON output of munin server to display the graph? I think it could be easily implemented in Android, and then we could have native, interactive graphs displayed instead of png.

Gollam avatar Jul 26 '20 09:07 Gollam

I investigated a bit to implement JSON data consumption - but I found that using SVG graphs was the best option between JSON-generated graphs and using PNG (that could appear blurry on some devices).

The JSON option would allow some interaction on the graphs (zoom, hiding series, customizing displayed information) though, so that could be a good entry in the backlog :-)

quentin-st avatar Jul 26 '20 19:07 quentin-st