• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/piediagram.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartPieDiagram
  • Вызов: PieDiagram::__construct
public function __construct()
{
	parent::__construct();
	$this->setLabel(Loc::getMessage('REPORT_PIE_DIAGRAM_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-pie.jpg');
	$this->setCompatibleDataType(Common::MULTIPLE_REPORT_TYPE);
	$this->setJsClassName('BX.Report.VisualConstructor.Widget.Content.AmChart.PieDiagram');
}