July 2015
Beginner
452 pages
8h 34m
English
Ext JS offers a complete drawing library just as it did in its previous version. This drawing library is intended to be used with the chart components. However, the Sencha team has not only focused on the charting components, but has also decided to implement a more versatile set of tools that form the core of the charting library.
This means that we can use the drawing package to implement cross-browser custom graphics. The drawing package contains an Ext.draw.Surface class that abstracts graphics implementation and enables the developer to create arbitrarily shaped sprites that respond to the user. It also provides a rich set of animations.
The topics we are going to cover in this chapter are as follows:
Read now
Unlock full access