• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/column.php
  • Класс: Bitrix\Report\VisualConstructor\Views\JsComponent\AmChart\Column
  • Вызов: Column::getCompatibleViewTypes
public function getCompatibleViewTypes()
{
	$viewTypes =  parent::getCompatibleViewTypes();
	$viewTypes[] = 'smoothedLineGraph';
	$viewTypes[] = 'linearGraph';
	$viewTypes[] = 'stack';
	return $viewTypes;
}