Hi ,
I want to build an application which need to show statstical data in form of Charts. As i am not able to find any suitable lib/ way/api by which I can draw chart like PIE chart,Bar chart , Line chart. In web application we can use JS libs which can draw charts according to my requirement.
Here is an example using chartJS lib.
https://developer.tizen.org/community/tip-tech/create-animated-charts-chart.js
which is devlope in Web Application.
Can I use this JS lib for developing the same in Native App ? I think this is not possible directly. If there is any way please let me know. Or is there any Library which can be use for developing same requirement in Native App.
Thanks