• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/report/view/trafficfunnel.php
  • Класс: Bitrix\Crm\Integration\Report\View\TrafficFunnel
  • Вызов: TrafficFunnel::__construct
public function __construct()
{
	parent::__construct();

	$this->setDraggable(false);
	$this->setComponentName('bitrix:crm.report.vc.widget.content.chart');
	$this->addComponentParameters('IS_GRID', false);
	$this->addComponentParameters('IS_TRAFFIC', true);
	$this->setPreviewImageUri('/bitrix/images/report/visualconstructor/preview/graph.svg');
}