How can I create better looking charts than those generated by Core Plot? [closed]

本秂侑毒 提交于 2019-12-05 05:22:13

问题


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?


回答1:


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!