Does anybody have an idea what tools can be used to draw a diagram like the following?
Sectors correspond with some parameters - sector 1 for parameter 1 etc. As you can see, each sector is divided into "levels", and there are "colors" to designate which level is acceptable. Parameter values are not necesserily "discrete" - see parameter 20.
Project details: Using spring-mvc, javascript and some jquery magic.
What I need: presumably, some tool (framework, library etc) that will generate diagram based on my values. Diagram should be saved in graphical format (jpeg, ...) for further usage (export to doc, display on the web-page)
PS. Even if you can propose a method that will not generate EXACTLY the same diagram, I would be much grateful to you..