- Components
- Radial Progress
Radial Progress
Radial Progress chart from NV3D. Make sure you set f:view contentType="text/html"
because NV3D doesn't render correctly without it.
Radial Progress
Example
Documentation
<t:radial-progress value="55" label="Quota" diameter="200" />
Radial Progress chart from NV3D. Make sure you set f:view contentType="text/html"
because NV3D doesn't render correctly without it.
Info
Tag name | radial-progress |
---|---|
Component type | io.tornadofaces.component.RadialProgress |
Renderer type | io.tornadofaces.component.RadialProgressRenderer |
Attributes
Name | Description | Required |
---|---|---|
styleClass | Styles to apply to the element. | false |
style | CSS Styles applied to the element. | false |
rendered | Should this component be rendered? | false |
rendered | Should this component be rendered? | false |
min | Min value | false |
max | Max value | false |
value | Value | true |
diameter | Diameter | false |
label | Label | true |
onClick | onClick client side callback | false |
widgetVar |
Widget variable name, accessible via TW('widgetVar') and TornadoFaces.widgets.widgetVar. Use this to load() the data or get the data via val() . Note that the Data component must be wrapped in a Form for the load() function to work. | false |
styleClass | Styles to apply to the element. | false |
style | CSS Styles applied to the element. | false |