src/aws/UserHistorySummaryActiveWindow.php
Method callbackPie
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function callbackPie()
{
return [
'tooltip' => ['trigger' => 'item', 'formatter' => '{c} {b}'],
'legend' => ['orient' => 'vertical', 'x' => 'left', 'data' => [Module::t('aw_userhistorysummary_contribcount_inserts'), Module::t('aw_userhistorysummary_contribcount_updates')]],