samxli
samxli

Reputation: 1596

What's a good JS graph library that has a good-looking radar graph?

I've looked at many graphing libraries and couldn't find one with a good radar graph. See image for the type of look I want. Most of the one's I've seen look very plain and mathy, anything that could be used for a game interface?

alt text

Upvotes: 2

Views: 677

Answers (2)

Nati Krisi
Nati Krisi

Reputation: 1041

i am using this one

https://github.com/jsoma/raphael-radar

its pretty easy to customize and works with rapahael js

Upvotes: 0

Christian
Christian

Reputation: 1892

You can try this one:

It uses Raphael.js, and you can improve it to your needs.

Upvotes: 1

Related Questions