iphone - Draw Bar Graph, Pie Chart, Scatter Graph using Core Plot versus jQuery -


in ios application, there requirement drawing graphs & pie charts. did rnd , find 2 ways this:

  1. using core plot [screenshot 1/2]
  2. using jquery in webview [screenshot 3]

using core plot

enter image description here

enter image description here

using jquery:

enter image description here

no doubt jquery has many options draw 2d, 3d, graph animation there performance issues later on.

or disadvantage of using jquery other core plot.

try link may you

https://www.cocoacontrols.com/search?utf8=%e2%9c%93&q=chart

https://github.com/honcheng/iosplot

http://code4app.net/category/chart


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -