Can anyone recommend a good way to display statistics on a web page?

I want to display statistics on my site - we have numbers, but I would like to display them in some way, which look prettier than just displaying numbers.

Has anyone done this before, and do you have any software recommendations that we could use? Obviously, open source would be ideal, although we could pay a small amount - they were not complicated statistics, so it would be easier to do something simple.

The layout made by our designer is based on Google Analytics, but I think it may be a little more than we need.

Essentially, there are 4 numbers that change over time, so we would like to build graphs showing each of them.

Thank!

+3
source share
3 answers

If the layout is based on Google Analytics, I recommend the Google Chart API . Another advantage may be that the integration of this API is very simple (you need to download the URL where Google is plotting for you, so there is no need to install any library on the server / home page).

You can make static, graphic and interactive graphs as well.

+2
source

I would recommend using jpgraph http://jpgraph.net/ or graphpite http://graphpite.sourceforge.net/

+2
source

Source: https://habr.com/ru/post/1787425/


All Articles