Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do they draw the charts/graphs on stackoverflow?

I spent ages learning VML and creating charts for a website once, but since VML only works in Internet Explorer, it's not much good these days.

I notice stackoverflow has graphs on my profile page, under 'reputation', but I wasnt able to see how they did it.

Can anyone suggest a way to create client-side charts or diagrams, that work in all browsers? I do not want to use the server-side method whereby an image file is created on the fly. I may wish to interact with the chart with JavaScript too.

[Edit - it's not just charts I want to draw. Perhaps little diagrams too!]

Thanks.

like image 494
Magnus Smith Avatar asked Dec 08 '22 08:12

Magnus Smith


1 Answers

Flot is excellent.

like image 62
Galwegian Avatar answered Dec 14 '22 18:12

Galwegian