| Метка |
Заказов, шт. |
На сумму, грн. |
Заказано товаров, шт. |
Уникальных товаров, шт. |
$statistic) {
echo Html::tag(
'tr',
Html::tag('td', $name) . Html::tag('td', $statistic[ 'count' ]) . Html::tag(
'td',
$statistic[ 'sum' ]
) . Html::tag('td', $statistic[ 'products' ]) . Html::tag('td', $statistic[ 'unique' ])
);
} ?>
= ChartJs::widget(
[
'type' => 'bar',
'options' => [
'height' => 200,
'width' => 600,
],
'data' => $labelChartData,
'clientOptions' => [
'title' => [
'display' => true,
'text' => 'Custom Chart Title',
],
'scales' => [
'xAxes' => [
[
'display' => false,
],
],
],
],
]
); ?>