Can someone help me with creating radar chart like the one below? I only know how to create a simple radar chart, but I need one that's looks exactly like this:
Asked
Active
Viewed 1,359 times
1
-
1That's a bit broad, don't you think? It's not one of the built-in charts so you would need to do a lot of work. You may want to hire somebody (like the people who created JFreeChart) – Erwin Bolwidt Jan 05 '16 at 13:44
-
1You might start with a `SpiderWebPlot`, for [example](http://stackoverflow.com/a/32885067/230513). – trashgod Jan 05 '16 at 16:39
-
It's chart from Excel and this three-coloured board it's another shape. – Jan 05 '16 at 17:26
-
1Save it as jpg and load it in java... (then it will be exactly the same) ; ) – Petter Friberg Jan 05 '16 at 20:04
-
But this is a skill radar chart based on table, so I have to manipulate data on it – Jan 06 '16 at 17:41