Areas
In CDP Data Visualization, Area charts are a good choice for representing related values over time because they emphasize the relative proportions of totals or percentage relationships. With volume stacked beneath the line, the chart clearly demonstrates both the total of the fields and their relative size.
The following steps demonstrate how to create a new area visual on dataset World
Life Expectancy
[data source samples.world_life_expectancy
]. For
an overview of shelves that specify this visual, see Shelves for visual
areas.
-
Start a new visual based on dataset
World Life Expectancy
[data sourcesamples.world_life_expectancy
]; see Creating a visual. - In the visuals menu, find and click Areas.
- Note that the shelves of the visual changed. They are now X Axis, Y Axis, Colors, Tooltips, Drill, Labels, and Filters. The mandatory shelves are X Axis and Y Axis. Note also that the fields placed on these two shelves may be easily swapped by switching X and Y.
- Populate the shelves from the available fields (Dimensions,
Measures, and so on) in the Data menu.
-
Under Dimensions, select
year
and drag it over X shelf on the main part of the screen. Drop to add it to the shelf. -
Under Measures, select
population
and drag it over Y shelf on the main part of the screen. Drop to add it to the shelf.
-
Under Dimensions, select
- Change the aggregate of the
population
field fromsum(population)
toavg(population)
:- On the shelf of the visual, click the caret-right icon to the right of the field.
- In the Column Properties menu, click the caret-right icon next to Aggregates.
-
From the list of aggregate functions, select Average.
- Click x icon at the top of the Column Properties menu to close it.
-
Click x icon at the top of the Column
Properties menu to close it.
Click Refresh Visual.
The area visual appears.
- Alias the
year
field asYear
, and thepopulation
field asPopulation
:- On the shelf of the visual, click the caret-right icon to the right of the field.
- In the Field Properties menu, click the caret-right icon next to Alias.
- In the text box below Alias, enter the alias name of column, as it should appear in the visual.
- Click x icon at the top of the Field Properties menu to close it.
- Note that the shelf now shows the column with its alias name.
- To see the individual countries, select the
country
field from the list of Dimensions and drag it onto the Colors shelf. -
[Optional] On the Tooltips shelf, add several fields from
Dimensions and Measures.
This enables you to see specific descriptive information in your visuals, such as input values, segment affiliation, and calculations.
For example,
-
From Measures, drag
gdp_per_capita
andlife_expectancy
onto the Tooltip shelf. -
From Dimensions, drag
country
,un_subregion
, andun_region
onto the Tooltip shelf. - For all items on the Tooltip shelf, click the (down arrow) icon, select Aggregates, and then select Remove Aggregate.
-
For all numeric items on the Y shelf and the
Tooltip shelf, click the (down
arrow), icon select Display Format, and enter
,.2f
.Note that these fields are typically from the Measures menu, and in this example include
gdp_per_capita
andlife_expectancy
.
-
From Measures, drag
-
On the Filters shelf, add several
Dimensions and Measures from the
Data menu.
This enables you to dynamically control the data input, and discover the data at a more granular level.
For example, from Dimensions, drag
country
,un_subregion
,un_region
, andyear
onto the Filters shelf. -
On the Filters shelf, click the (down arrow)
icon on the
un_region
field. - Select Pick values from a list.
- In the Pick values for un_region modal window, select Africa,
then click Save.
- Click Refresh Visual.
The updated area visual appears.
- Click (pencil icon) next to the title of the visualization to edit it, and enter the new name.
- Change the title to
World Population - Area
. -
At the top left corner of the Visual Designer, click
Save.