Series examples

Now we will see some of the basic charts in the Ext JS framework. Remember that we cannot cover all of them here, but those that we won't see are quite similar in configuration and behavior.

Bar charts (building our first chart)

Bar charts are easy to understand. That's why they are commonly used to display categorical data. Let's create our chart using the basic way (not inside the application). So, let's create our HTML file, name it chart_01.html, and add the following code:

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Chart - 01 - basics</title> <link rel="stylesheet" type="text/css" href="../ext-5.1.1/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css"> <link rel="stylesheet" type="text/css" ...

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.