score:3

you could add a webview to your app and use chartjs.


if there are charts you like in any of the apps you have it would be worthwhile checking if the apps are open source and if yes, you can check the code to see how they do charting.

here are a couple of them

  1. https://github.com/lecho/hellocharts-android (for android)
  2. https://github.com/philjay/mpandroidchart (for android and there is a link to an ios version as well - https://github.com/danielgindi/ios-charts)

    • many more

you will want to first check out whether you like the visualizations and then check out if there is enough documentation / community support in case you run into any issues.


Related Query

More Query from same tag