A rich web chart which is using SVG to render itself inside an HTML page. Interactors can be registered as subtags to allow interactions on this chart.
| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing Bean. If this attribute is set, the tag does not create the component itself but retrieves it from the Bean property. This attribute must be a value binding. |
| height | true | false | java.lang.String | The height of the chart. The value can be postfixed by a CSS unit. |
| id | false | false | java.lang.String | The ID of this component. |
| keepVisibleWindow | false | false | java.lang.String | Whether or not the visible window should be reused by the client when a new JSF request occurs. The default value is true. |
| resizingPolicy | false | false | java.lang.String | Specifies the resizing policy of the chart. Two policies are supported: DEFAULT_RESIZING_POLICY: The visible range remains the same when the chart is resized. RANGE_RESIZING_POLICY: The visible range increases or decreases to fit the exposed or hidden chart area. The default value is DEFAULT_RESIZING_POLICY. |
| stylesheet | false | false | java.lang.String | The URL to a chart stylesheet. |
| updateInterval | false | false | java.lang.String | The interval, in seconds, between two data update requests to the server. A value of 0 means only the initial data request will be made. |
| value | true | false | java.lang.String | The URL to a chart designer project or a value expression to an IlvDataSource instance. |
| width | true | false | java.lang.String | The width of the chart. The value can be postfixed by a CSS unit. |