title) ?>

$total])?>

'get', ]); ?>
field($searchModel, 'month')->widget(DatePicker::className(),[ 'removeButton' => false, 'pluginOptions' => [ 'autoclose'=>true, 'format' => 'yyyy.mm', 'viewMode' => 'months', 'minViewMode' => "months", 'locale' => [ 'format' => 'yyyy.mm', 'dateFormat' => 'yy-mm-dd', ] ], ])->label(false); ?>
'btn btn-primary'])?>

'line', 'options' => [ 'height' => 70, ], 'clientOptions' => [ 'scales' => [ 'yAxes' => [[ 'ticks' => [ 'stepSize' => 1 ] ]] ] ], 'data' => [ 'labels' => fillCount(countDayInMonth($searchModel)), 'datasets' => [ [ 'label' => Yii::t('app', 'Selected month'), 'backgroundColor' => "rgba(179,181,198,0.2)", 'borderColor' => "rgba(179,181,198,1)", 'pointBackgroundColor' => "rgba(179,181,198,1)", 'pointBorderColor' => "#fff", 'pointHoverBackgroundColor' => "#fff", 'pointHoverBorderColor' => "rgba(179,181,198,1)", 'data' => $users ], ] ] ]); ?>

'line', 'options' => [ 'height' => 70, ], 'clientOptions' => [ 'scales' => [ 'yAxes' => [[ 'ticks' => [ 'stepSize' => 1 ] ]] ] ], 'data' => [ 'labels' => fillCount(countDayInMonth($searchModel)), 'datasets' => $auctions ] ]); ?>

'pie', 'options' => [ 'height' => 90, ], 'clientOptions' => [ 'legend' => [ 'position' => 'left' ] ], 'data' => [ 'labels' => $categories['labels'], 'datasets' => [ [ 'data' => $categories['data'], 'backgroundColor' => $categories['backgroundColor'], ] ] ] ]); ?>

'pie', 'options' => [ 'height' => 90, ], 'clientOptions' => [ 'legend' => [ 'position' => 'left' ] ], 'data' => [ 'labels' => $subscriptions['labels'], 'datasets' => [ [ 'data' => $subscriptions['data'], 'backgroundColor' => $subscriptions['backgroundColor'], ] ] ] ]); ?>