Charts

Now that you have an idea of how the drawing package works, you are ready to see how the Ext JS library uses package capabilities in the chart package.

The chart package is a set of classes that define a chart container to manage axes, legends, series, labels, tips, Cartesian and radial coordinates, and specific series, such as Pie, Area, Bar, Radar, Gauge, and so on.

As we have said before, charts is a package inside the framework and doesn't come as part of the core or widgets, so we need to define it on Ext.Loader, and also inside our application's app.json file (we will cover this later).

It's important to mention that every chart must have three components: data, axes, and a series. These components can be seen in the following diagram: ...

Get Learning Ext JS - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.