I wonder if is possible replicate this kind of graph in Android.
The data is not important to be entered directly from the image, will be entered on a previous screen.
If not possible recreate a similar chart (I think it's pretty hard in fact) is possible use a simple spider graph, but the important thing is that can insert two different series and they have their own labels.
In fact, notice that the labels capitalized form a surface, while those written in lower case will form another. You say that you can do such a thing?
I found this library (https://code.google.com/p/charts4j/) who also does graphic spider chart, but I can not enter a different series with his "legend"!
I have partially solved in the design of the chart! Now I can draw exactly the same form and enter the data correctly. In particular, I created a custom View that extending the ImageView and on onDraw (Canvas canvas) I added the following code: (The code is not optimized at all, I know, it's just to run tests quickly )
I repeat, not to consider the poorly optimized code... It's possible to implement some sort of zoom that maintaining the focus zoom in center of the circle's center?