• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/funnel.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartFunnel
  • Вызов: Funnel::handlerFinallyBeforePassToView
public function handlerFinallyBeforePassToView($dataFromReport)
{
	$result = parent::handlerFinallyBeforePassToView($dataFromReport);
	$result['depth3D'] = 35;
	$result['angle'] = 45;
	$result['valueRepresents'] = 'area';
	return $result;
}