Info | Value |
---|---|
Component Type | org.richfaces.Chart |
Handler Class | org.richfaces.ChartTagHandler |
Renderer Type | org.richfaces.ChartRenderer |
Description | A component used to generate visual charts. @author Lukas Macko |
Name | Required | Type | Description |
---|---|---|---|
binding |
false
| javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| The value binding expression used to wire up this component to a component property of a JavaBean class |
hooks |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| A set of JavaScript functions to modify the plotting process. |
id |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
onmouseout |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Complementary event for plothover fired when mouse leaves the chart grid. |
onplotclick |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler function for plotclick event called for each series. You can setup handler for particular series only. See series tag attribute onplotclick. |
onplothover |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler function for plothover event for each series. You can setup handler for particular series only. See series tag attribute onplothover. |
plotClickListener |
false
| javax.el.ValueExpression
(must evaluate to javax.el.MethodExpression )
| Server-side listener for plotclick event. |
rendered |
false
| javax.el.ValueExpression
(must evaluate to boolean )
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true. |
style |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| CSS style(s) to be applied when this component is rendered. |
styleClass |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Space-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup. |
title |
false
| javax.el.ValueExpression
(must evaluate to java.lang.String )
| Advisory title information about markup elements generated for this component. |
zoom |
false
| javax.el.ValueExpression
(must evaluate to boolean )
| Attribute define whether zoom is enabled. To reset zoom you can use JS API $('#id').chart('resetZoom') Attribute is currently supported by line chart. |
Output generated by Vdldoc View Declaration Language Documentation Generator.