I make a display of statistics for my server: http://repo.centerix.ru/stormserver-modstate . Tell me how easy it is to display information.
For example, I want to display statistics on requests for the last minute, per second. I assume that this is a server and there should not be an extra load, and the entire load should be on the client. So the maximum that I can: display an array of numbers on the page.
The question is, how can you convert an array of numbers into a graph or other visual representation that is more understandable to man? Offhand, I can assume that this can be done through JavaScript, svg, and it seems html5.
Share examples. For example, the implementation of the same schedule. Variants without examples are not needed, only practical implementation is of interest, which can be taken and used.