• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/dashboard/storesaledashboard.php
  • Класс: BitrixCatalogIntegrationReportDashboardStoreSaleDashboard
  • Вызов: StoreSaleDashboard::getDefaultViewList
static function getDefaultViewList(): array
{
	return [
		new StoreSaleChart(),
		new StoreSaleGrid(),
	];
}