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