$this->timeline, 'timelineInterval' => $this->timelineInterval, 'timelineType' => $this->timelineType, 'items' => $this->items, 'dateRangeLabel' => __('stats.dateRange'), 'searchPhraseLabel' => __('common.searchPhrase'), 'itemsOfTotalLabel' => __('stats.issues.countOfTotal'), 'betweenDatesLabel' => __('stats.downloadReport.betweenDates'), 'allDatesLabel' => __('stats.dateRange.allDates'), 'timelineTypeLabel' => __('stats.timelineType'), 'timelineIntervalLabel' => __('stats.timelineInterval'), 'viewsLabel' => __('submission.views'), 'downloadsLabel' => __('submission.downloads'), 'dayLabel' => __('common.day'), 'monthLabel' => __('common.month'), 'timelineDescriptionLabel' => __('stats.timeline.downloadReport.description'), 'itemsMax' => $this->itemsMax, 'count' => $this->count, 'offset' => 0, 'searchPhrase' => null, 'orderBy' => $this->orderBy, 'orderDirection' => $this->orderDirection, 'isLoadingTimeline' => false, ] ); return $config; } }