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