- Components
- Chart Serie
Chart Serie
Serie of data for a Line Chart
See the Line Chart for usage example.
Documentation
Serie of data for a Line Chart
Info
Tag name | serie |
---|---|
Component type | io.tornadofaces.component.Serie |
Renderer type |
Attributes
Name | Description | Required |
---|---|---|
name | The name/key of the series | true |
color | The color of the series, example '#ff7f0e' | false |
area | Turn the serie into a filled area. Defaults to false. | false |
value | The list data | true |
var | Variable name used when resolving x and y values | true |
x | Value expression representing the x value for the current row | true |
y | Value expression representing the y value for the current row | true |
rendered | Should this component be rendered? | false |