• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/integration/report/view/storestock/storestocksalechart.php
  • Класс: BitrixCatalogIntegrationReportViewStoreStockStoreStockSaleChart
  • Вызов: StoreStockSaleChart::__construct
public function __construct()
{
	parent::__construct();

	$this->setLabel(Loc::getMessage('STORE_STOCK_CHART_LABEL'));
	$this->setDraggable(false);
	$this->setComponentName('bitrix:catalog.report.store_stock.salechart');
	$this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/graph.svg');
	$this->setCompatibleDataType(Common::MULTIPLE_REPORT_TYPE);
}