JViews Rich Web Charts
Tag chart


Chart Faces Component

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.

Usage

<jvrc:chart
      id="chart"
      width="450px"
      height="300px"
      value="project.icpr"/>

DHTML - JavaScript Types

IlvChart

JSF Component Class

IlvRWChart



Tag Information
Tag Classilog.views.chart.rwc.faces.internal.taglib.IlvRWChartTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
heighttruefalsejava.lang.StringThe height of the chart. The value can be postfixed by a CSS unit.
idfalsefalsejava.lang.StringThe ID of this component.
keepVisibleWindowfalsefalsejava.lang.StringWhether or not the visible window should be reused by the client when a new JSF request occurs.

The default value is true.

resizingPolicyfalsefalsejava.lang.StringSpecifies 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.

stylesheetfalsefalsejava.lang.StringThe URL to a chart stylesheet.
updateIntervalfalsefalsejava.lang.StringThe interval, in seconds, between two data update requests to the server.

A value of 0 means only the initial data request will be made.

valuetruefalsejava.lang.StringThe URL to a chart designer project or a value expression to an IlvDataSource instance.
widthtruefalsejava.lang.StringThe width of the chart. The value can be postfixed by a CSS unit.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.   Documentation homepage.