• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/smoothedgraph.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartSmoothedGraph
  • Вызов: SmoothedGraph::handlerFinallyBeforePassToView
public function handlerFinallyBeforePassToView($dataFromReport)
{
	$result = parent::handlerFinallyBeforePassToView($dataFromReport);
	foreach ($result['graphs'] as &$graphConfig)
	{
		$graphConfig['type'] = 'smoothedLine';
	}
	return $result;
}