Charts ViewHelper <c:charts>
Root ViewHelper to include charts.
Go to the source code of this ViewHelper: ChartsViewHelper.php (GitHub).
Arguments
The charts ViewHelper has no argument.
Examples
Defining a Bar Chart
<c:charts>
<c:barChart id="1" data="data__barChartData" options="data__barChartOptions" >
...
</c:barChart>
</c:charts>
Copied!