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: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access