• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/eventhandler.php
  • Класс: BitrixReportVisualConstructorEventHandler
  • Вызов: EventHandler::onViewsCollect
static function onViewsCollect()
{

	return array(
		new PieDiagram(),
		new DonutDiagram(),
		new Column(),
		new ColumnLogarithmic(),
		new Stack(),
		new LinearGraph(),
		new SmoothedGraph(),
		new Number(),
		new NumberBlock(),
		new Grid(),
//			new NumberBlockWithFormula(),
		new Funnel(),
		new MultiDirectional(),
		new Activity(),
		new GroupedDataGrid()
	);
}