Skip to main content

Posts

Showing posts from August, 2016

Charts in Ionic (AngularJS)

Overview   As we know, Ionic is a powerful HTML5 SDK that helps you build native-feeling mobile apps using web technologies like HTML, CSS, and Javascript. Ionic currently requires AngularJS in order to work at its full potential. While you can still use the CSS portion of the framework, you'll miss out on powerful UI interactions, gestures, animations, and other things. This sample is to show how to use charts in Ionic project. We will be using Angular charts to Ionic project. The complete source code of this example is here  This Create Project We can create Ionic project in 2 ways: 1) Through IONIC Creator ( Here ) (Ionic creator is very useful and easy to use prototyping tool to create UI templates for IONIC projects. It allows to implement basic routing through pages, style class and various layout of templates in quick time. We can create and download the project from IONIC creator through IONIC CLI tool, ZIP file format, Package or in Mob...