Oracle Fusion Middleware Data Visualization Tools Tag Reference for Oracle ADF Faces
12c (12.2.1.1)

E67022-02

<dvt:pieChart>

dvt:pieChart pieChart pie chart

UIComponent class: oracle.adf.view.faces.bi.component.chart.UIPieChart
Component type: oracle.dss.adf.chart.PieChart

Pie Chart

Overview

A chart displaying values that are parts of a whole, where each value is shown as a sector of a circular area.

<dvt:pieChart value="#{chartDataSource.defaultPieData}" var="row">
  <dvt:pieDataItem label="#{row.series}" value="#{row.value}"/>
</dvt:pieChart>

Related Tags

Customization Options

Animation

Animations can be enabled on data change or on initial display by adding af:transition as a child of this component. The following trigger types and transitions are supported:

Conditional Formatting

Properties of specific slices can be customized using EL expressions for attributes on dvt:pieDataItem.

Labels

The style and position of the slice labels can be customized using the sliceLabelPosition and sliceLabelStyle attributes.

Legend

The legend can be hidden, positioned, or customized using dvt:chartLegend.

Number Formatting

Number formatting options are available through dvt:chartValueFormat.

Other Slice

Slices smaller than a certain percentage of the total can be grouped into an "Other" slice using the otherThreshold attribute. The color of this slice can be customized using the otherColor attribute.

Series Effect

The fill effect of the data objects can be customized using the seriesEffect attribute, providing support for gradient, pattern, and solid fills.

Sorting

The pie slices can be sorted in order of decreasing size using the sorting attribute.

Interactivity Features

Hide and Show Behavior

The hideAndShowBehavior attribute allows the end user to filter the visible data set by clicking on the legend items.

Hover Behavior

The hoverBehavior attribute provides support for dimming of unrelated data objects as the user hovers on objects in the chart.

Popups and Context Menus

Popups and context menus can be displayed using af:showPopupBehavior, which is a supported child of dvt:chartDataItem.

Selection

Selection of data items can be enabled using the dataSelection attribute. Selection can be processed using selectionListener on the server or the selection event type on the client.

Events

Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Invoke Application,
Apply Request Values
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing.

Attributes

Name Type Supports EL? Description
attributeChangeListener javax.el.MethodExpression Only EL a method reference to an attribute change listener. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing.
binding oracle.adf.view.faces.bi.component.chart.UIPieChart Only EL

Specifies a binding reference to store a specific instance of UIPieChart from a backing bean. Set this attribute only to access code in a backing bean. For example, to reference a chart component in the sample managed bean, use the following code: binding="#{sample.chart}"

centerLabel String Yes Specifies the label to be displayed at the center of the pie chart. When a innerRadius is specified, the label will automatically be scaled to fit within the inner circle. If the innerRadius is 0, the default font size will be used.
centerLabelStyle String Yes Specifies the font style for the center label. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.
contentDelivery String Yes Valid Values: whenAvailable, lazy, immediate
Default Value: whenAvailable

Specifies whether to fetch content with page load or after page load.
dataSelection String Yes Valid Values: none, single, multiple
Default Value: none

Specifies the data selection mode for the chart.
emptyText String Yes The text of the component when empty.
footnote String Yes Specifies the footnote for the chart.
footnoteHalign String Yes Valid Values: start, end, center
Default Value: start

Specifies the horizontal alignment of the chart footnote.
hideAndShowBehavior String Yes Valid Values: none, withRescale, withoutRescale
Default Value: none

Specifies the hide/show behavior when clicking on the legend items.
hoverBehavior String Yes Valid Values: none, dim
Default Value: none

Specifies the behavior when hovering over the chart data items.
id String No Specifies the identifier for the component
inlineStyle String Yes Style of the outer element (enclosing div) of the component
innerRadius Number Yes Default Value: 0

Specifies the radius of the inner circle that can be used to create a donut chart. Valid values range from 0 (default) to 1. 3D effect is not supported when the innerRadius is greater than 0.
otherColor String Yes Specifies the color for the "Other" slice, if present.
otherThreshold Number Yes Default Value: 0

Specifies the percentage under which a slice would be aggregated into the "Other" slice. Valid values range from 0 (default) to 1. For example, a value of 0.1 would cause all slice which are less than 10% of the total to be aggregated into the "Other" slice.
partialTriggers String[] Yes The IDs of the components that should trigger a partial update. This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too.
rendered boolean Yes Default Value: true

Specifies whether the component is rendered.
selectedRowKeys org.apache.myfaces.trinidad.model.RowKeySet Yes The set of selected rows for this component.
selectionEffect String Yes Valid Values: highlight, explode, highlightAndExplode
Default Value: highlight

Specifies the effect for data selection.
selectionListener javax.el.MethodExpression Only EL a method reference to a selection listener, the method is invoked when the selected nodes are changed.
seriesEffect String Yes Valid Values: color, gradient, pattern
Default Value: gradient

Specifies the fill effect for the data items.
sliceGaps Number Yes Default Value: 0

Specifies the presence and size of the gaps between slices. Valid values range from 0 (default) to 1, where 1 produces the maximum supported slice gaps.
sliceLabelPosition String Yes Valid Values: auto, outside, inside, none
Default Value: auto

Specifies the position of the slice labels.
sliceLabelStyle String Yes Specifies the font style for the slice labels. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.
sorting String Yes Valid Values: on, off
Default Value: off

Specifies whether the slices are sorted by size.
styleClass String Yes Sets a CSS style class to use for this component.
subtitle String Yes Specifies the subtitle for the chart.
threeDEffect String Yes Valid Values: on, off
Default Value: off

Specifies whether the chart is displayed with a 3D effect. 3D effect is not supported when the innerRadius is greater than 0.
title String Yes Specifies the title for the chart.
titleHalign String Yes Valid Values: start, end, center
Default Value: start

Specifies the horizontal alignment of the chart title.
value String Yes The data model for the chart - can be an instance of javax.faces.CollectionModel
var String No Name of the EL variable used to reference each element of this collection. Once this component has completed rendering, this variable is removed (or reverted back to its previous value).
varStatus String No Name of the EL variable used to reference the varStatus information. Once this component has completed rendering, this variable is removed (or reverted back to its previous value). The VarStatus provides contextual information about the state of the component to EL expressions. For components that iterate, varStatus also provides loop counter information. Please see the this component's documentation for the specific properties on the varStatus. The common properties on varStatus include:
  • model - returns the CollectionModel for this component
  • index - returns the zero based row index