19 import(
'classes.statistics.StatisticsHelper');
57 $config = parent::getConfig();
59 $config = array_merge(
62 'timeline' => $this->timeline,
63 'timelineInterval' => $this->timelineInterval,
64 'timelineType' => $this->timelineType,
65 'items' => $this->items,
66 'itemsOfTotalLabel' => __(
'stats.publications.countOfTotal'),
67 'itemsMax' => $this->itemsMax,
68 'count' => $this->count,
71 'orderBy' => $this->orderBy,
72 'orderDirection' => $this->orderDirection,
73 'isLoadingTimeline' =>
false,