Before You Begin
This 10 minute tutorial is the third in the Visualizing Data module.
Background
Oracle Visual Builder Cloud Service is a visual development tool for creating web and mobile applications by simply dragging and dropping UI components onto a page. You don't need any programming experience to develop an application.
In this tutorial, you will add and configure two pie charts. You will also modify the second chart's query.
The images in this tutorial sequence show the standalone version of Oracle Visual Builder Cloud Service. If you are using the Oracle Integration Cloud version, you will see an additional menu at the top of each page that lets you switch between Visual Builder and Integration Cloud.

What Do You Need?
- Access to Oracle Visual Builder Cloud Service
- A supported browser (see Known Issues for Oracle Visual Builder Cloud Service for more information)
Add a
Pie Chart
Now you will add a pie chart to the application. This will be used to display different information about the same regions, making it easier to compare the data.
- Open the page menu, and select the Sales Regions
page.
Description of the illustration vbcs_s1_1_piechart_page.png - Drag and drop a pie chart to the canvas area of the Sales
Regions page.
Description of the illustration vbcs_s1_2_piechart1_add.png - In the pop-up box, select the following details:
- Business Object:
Region
- Slice Values:
Population
- Slice Colors:
Name
Description of the illustration vbcs_s1_3_piechart1_dialog.png icon to create the chart.
- Business Object:
- In the Properties tab of the Pie Chart Properties Inspector,
set the Slice Label Content to Percent.
Description of the illustration vbcs_s1_4_piechart1_slice.png - Set the title to
Population by Region
.Description of the illustration vbcs_s1_5_piechart1_title.png
Add
Another Pie Chart
Now you will add a second pie chart to the application. This will be used to display different information about the same regions, making it easier to compare the data.
- Drag and drop a second pie chart to the canvas area of the Sales
Regions page. You may need to adjust the size of
the first chart before you do this.
Description of the illustration vbcs_s2_1_piechart2_add.png - In the pop-up box, select:
- Business Object:
Sales
- Slice Values:
Sales
- Slice Colors:
Region
Description of the illustration vbcs_s2_2_piechart2_dialog.png icon to create the chart. The pie chart that you have just created has too many slices to be easily legible. You will adjust this later.
- Business Object:
- In the Properties tab of the Pie Chart Properties Inspector,
set the Slice Label Content to Percent.
Description of the illustration vbcs_s2_3_piechart2_slice.png - Set the title to
Sales by Region
.Description of the illustration vbcs_s2_4_piechart2_title.png - Set the Subtitle to
2015.
Description of the illustration vbcs_s2_5_piechart2_subtitle.png to return to the Property Inspector.
- Click the Data tab of the Property
Inspector.
Description of the illustration vbcs_s2_6_piechart2_data.png
Modify
the Second Chart's Query
- Because the second pie chart has so many slices, it's
difficult to interpret. You will need to narrow the range of
data it displays. Click the Default Query Edit
button.
Description of the illustration vbcs_s3_1_piechart2_queryedit.png - In the Default Query pop-up box, select Year from
the drop-down.
Description of the illustration vbcs_s3_2_piechart2_query_dropdown.png - Set the default query value to
2015
.Description of the illustration vbcs_s3_3_piechart2_query_value.png icon to update the query.
- The Sales by Region pie chart now displays data only from
2015. You may need to adjust the size of the chart.
Description of the illustration vbcs_s3_4_piecharts_added.png