I'm looking for good library for iphone to draw charts (pie chart, bar chart). I've tested Core plot, which was recommended by many people, but I think the generated charts look poor.
I saw example of good-looking charts in that application:
Anyone knows what library was used there? Or what library can help me achieve similar, nice look?
I would use CorePlot, but since you dont like it…
In one project I used the Google Chart api. Nearly everything is customizable, the only downside is that you have to be connected the internet to fetch the image. Depending on your use case, it might be appealing.
You can also checkout the huge list of responses to this similar question: Is there a good charting library for iPhone?
来源:https://stackoverflow.com/questions/4410989/how-can-i-create-better-looking-charts-than-those-generated-by-core-plot