> For the complete documentation index, see [llms.txt](https://help.whaly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.whaly.io/training/for-builders/creating-a-chart.md).

# Creating a chart

**Objectives:** in this first exercise we will learn on to duplicate a tile, how the exploration page work and how to create basic chart.&#x20;

### Duplicating a tile

In the first step we will duplicate our "Order per week" tile. To do so:

1. Open the Training report
2. In edit mode, click on duplicate tile.
3. On the new tile, open the submenu and click on "Edit tile"

<figure><img src="https://654103703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo4uRXrBtE6xcsbKDcXz4%2Fuploads%2FDxbF73NV5g6oh7FzAWzC%2FScreen%20Cast%202023-03-13%20at%204.32.50%20PM.gif?alt=media&amp;token=6e754a44-60e5-46da-a57f-e170b71442b5" alt=""><figcaption></figcaption></figure>

### Using the exploration page

We are now on the exploration page. You can think of this page as the dynamic chart screen in excel. This page is structured with three panels:

1. On the left, you will find the **exploration content**. It contains [metrics](https://docs.whaly.io/data-management/explorations/metrics) (in blue), a [dimensions](https://docs.whaly.io/data-management/explorations/dimensions) (in green).
2. On the middle, you will find :&#x20;
   1. The **query visualisation** : this is where you query will be turned into a chart
   2. The **breakdown** where you will find the aggregated data that was used to build a chart
3. On the right, you will find :&#x20;
   1. The **query builder,** where we will use the measures and dimensions we have at our disposal in order to ask a question on our data
   2. The **chart options**, allowing use to customise the look of our chart. The options will change based on the type of chart you want to display

### Creating our number of order by status chart

The exercise wants to create the following chart :&#x20;

> Add Order breakdown per Order status

To do it based on our initial chart, this is quite simple:&#x20;

1. Group your visualisation using the "Status" dimension
2. Change the chart type to "Stacked bar chart" under timeserie
3. Click on run query
4. Click on update tile

<figure><img src="https://654103703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo4uRXrBtE6xcsbKDcXz4%2Fuploads%2FusOUCH0McGghpwNWIIWA%2FScreen%20Cast%202023-03-29%20at%204.24.53%20PM.gif?alt=media&amp;token=eec1d979-10ba-45f3-8fbe-89cb66dbed2c" alt=""><figcaption></figcaption></figure>

That's it :tada: Our chart now represents the number of order grouped by week and by order status. Let's move on the next exercise to learn more about metrics and calculated metrics.
