• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/columnlogarithmic.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartColumnLogarithmic
  • Вызов: ColumnLogarithmic::handlerFinallyBeforePassToView
public function handlerFinallyBeforePassToView($dataFromReport)
{
	$result = parent::handlerFinallyBeforePassToView($dataFromReport);
	$result['valueAxes'] = [
		[
			'logarithmic' => true,
			'integersOnly' => true,
			'minimum' => 1,
			'reversed' => false,
			'axisAlpha' => 0,
			'position' => 'left'
		]
	];

	return $result;
}