How to include Mango graphics in my App?
-
Hello.
I'm new in Mango and I'd like to know what I need to include Mango graphics like charts, gauges, etc. of data points registered in Mango in my mobile App.
I've developed my App using HTML5, Cordova and JQuery Mobile. Is there a guide or example about this?Thanks.
-
@jefero
We don't have an example for integrating the Mango dashboards components into an app, however you should be able to leverage the Angular modules which are in theMA_HOME/web/modules/dashboards/web/js/mango-3.3
folder. I'd suggest looking at theadminTemplate/app.js
file to see how to bootstrap the Angular application.The login procedure is cookie based at the moment so its not ideal for integrating into an app. We will be implementing JSON Web Token authentication for the REST API in the next release.