Skip to content

Source code for a screencast on how to add Charts to a Touch app using Sencha Architect.

Notifications You must be signed in to change notification settings

senchalearn/CompanyStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out the live demo!

Using this repository to follow the screencast

First, you'll have to clone this repository:

git clone git://github.com/senchalearn/CompanyStats

Change into the directory:

cd CompanyStats

By default, the git clone command will only create the master branch locally. If you want to study the code at each checkpoint, you will have to fetch each of the other branches. You can do so by running the following:

git checkout -b 00_starting_point origin/00_starting_point
git checkout -b 01_bar_chart origin/01_bar_chart
git checkout -b 02_line_chart origin/02_line_chart

Checkpoints

The master branch of this repository contains the finished application, but you can also check out a branch representing a snapshot of the app at various stages. You can also browse these snapshots on github:

About

Source code for a screencast on how to add Charts to a Touch app using Sencha Architect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published