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

E76719-01

<dvt:funnelDataItem>

dvt:funnelDataItem funnelDataItem funnel data item

UIComponent class: oracle.adf.view.faces.bi.component.chart.UIFunnelDataItem
Component type: oracle.dss.adf.chart.FunnelDataItem

Overview

Defines properties for a data item of a funnel chart.

Supported Child Tags

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
action javax.el.MethodExpression Yes A reference to an action method sent by the component, or the static outcome of an action.
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.UIFunnelDataItem Only EL

Specifies a binding reference to store a specific instance of UIFunnelDataItem from a backing bean. Set this attribute only to access code in a backing bean.

borderColor String Yes Specifies the border color for the data item.
borderWidth Number Yes Specifies the border width for the data item.
color String Yes Specifies the color for the data item.
id String No Specifies the identifier for the component
label String Yes Specifies the label for the data item. This label will appear in the tooltip and legend.
labelStyle String Yes Specifies the font style for the labels. Accepts font-related CSS attributes like font-name, font-weight, font-size, color, etc.
pattern String Yes Valid Values: auto, smallChecker, smallCrosshatch, smallDiagonalLeft, smallDiagonalRight, smallDiamond, smallTriangle, largeChecker, largeCrosshatch, largeDiagonalLeft, largeDiagonalRight, largeDiamond, largeTriangle
Default Value: auto

Specifies the built-in pattern used to fill the node. Default value is "auto". The pattern is drawn with a white background, and the foreground color is taken from the fillColor attribute.
rendered boolean Yes Default Value: true

Specifies whether the component is rendered.
shortDesc String Yes Specifies the description for the data item. This is used for accessibility and also for customizing the tooltip text. If this value is not specified, the default tooltip text will be used for accessibility.
targetValue Number Yes Specifies the target value of the data item. When this is set, the value attribute defines the filled area within the slice and this represents the value of the whole slice. As the actual value for a given step or slice approaches the quota for that slice, the slice fills.
value Number Yes Specifies the value of the data item.