Sharon
Sharon

Reputation: 3909

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

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

Has anyone done this before, and do you have any recommendations for software we could use? Obviously open source would be ideal, although we might be willing to pay a small sum - they're not complicated stats though, so something simple would be best.

The mockup done by our designer is based on Google Analytics, but I think that may be a bit more than we need.

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

Thanks!

Upvotes: 3

Views: 4269

Answers (3)

sushil bharwani
sushil bharwani

Reputation: 30187

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

Upvotes: 2

daroczig
daroczig

Reputation: 28632

If the mockup is based on Google Analytics, than I would reccomend the Google Chart API. Another advantage could be that integrating this API is really easy (you have to load an url where Google makes the plot for you, so no need to install any library on server/homepage).

You could make static, image based plots, and interactive ones also.

Upvotes: 2

cherouvim
cherouvim

Reputation: 31903

I'd start using http://code.google.com/p/flot/ or possibly with http://www.highcharts.com/

Upvotes: 2

Related Questions