July 2015
Beginner
452 pages
8h 34m
English
The examples covered so far were in traditional code (basic examples using the Ext JS framework directly), but what happens when we want to embed the charts in an MVC or MVVM app? Well! First of all, we need to add a reference to the proper code package that we want to use:
app.json file (the application code used in chapters 10, 11, and 12) and locating this code:"requires": [ ],
"requires": [ "sencha-charts" ],
Or for legacy charts (Ext JS 4), change to:
"requires": [ "ext-charts" ],
sencha app build
Read now
Unlock full access