• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/base.php
  • Класс: Bitrix\Report\VisualConstructor\Views\JsComponent\AmChart\Base
  • Вызов: Base::handlerFinallyBeforePassToView
public function handlerFinallyBeforePassToView($data)
{
	return $result = array(
		'type' => $this->getAmChartType(),
		'theme' => 'none',
		'language' => 'ru',
		'pathToImages' => self::AM_CHART_LIB_PATH . '/images/',
		'zoomOutText' => Loc::getMessage('AM_CHART_SHOW_ALL_BUTTON_TEXT'),
	);
}