Interactive Mobile Dashboard using ChartJS and Cordova
To run in your browser:
-
Download ChartJS from http://chartjs.devexpress.com/
-
Copy dx.chartjs.js and globalize.min.js in www/lib/chartjs
-
Open www/index.html in your browser
To run as a Cordova app:
-
Download ChartJS from http://chartjs.devexpress.com/
-
Copy dx.chartjs.js and globalize.min.js in www/lib/chartjs
-
Open Terminal and type:
cordova create olympic-dashboard-chartjs cd olympic-dashboard-chartjs cordova platforms add ios cordova plugin add org.apache.cordova.device cordova plugin add org.apache.cordova.console cordova plugin add org.apache.cordova.statusbar
-
Delete the www folder that was created and replace it with the www folder from this repo
-
In terminal type:
cordova build ios
-
Open the .xcodeproj file in the platforms/ios folder and run the app in the emulator or on your iOS device. To run the app on your iOS device, you need an Apple developer certificate and an app provisioning profile.