• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/integration/report/view/clusteredgraphbase.php
  • Класс: BitrixVoximplantIntegrationReportViewClusteredGraphBase
  • Вызов: ClusteredGraphBase::__construct
public function __construct()
{
	parent::__construct();
	$this->setDraggable(false);
	$this->setHeight(480);
	$this->setCompatibleDataType(Common::MULTIPLE_GROUPED_REPORT_TYPE);
}