Radar ViewHelper <c:chart.radar>
ViewHelper to include a radar chart.
Go to the source code of this ViewHelper: RadarViewHelper.php (GitHub).
Arguments
id
-
- Required
true
- Type
- string
Chart ID
data
-
- Required
true
- Type
- mixed
Data, or a reference to data
options
-
- Required
true
- Type
- mixed
Options, or a reference to options
width
-
- Type
- string
- Default
- 600
Width value, or a reference to the width value
height
-
- Type
- string
- Default
- 400
Height value, or a reference to the height value
Examples
Defining a Radar Chart
<c:charts>
<c:chart.radar id="1" data="data__radarChartData" options="data__radarChartOptions" >
...
</c:chart.radar>
</c:charts>
Copied!