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