• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/smoothedgraph.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartSmoothedGraph
  • Вызов: SmoothedGraph::__construct
public function __construct()
{
	parent::__construct();
	$this->setLabel(Loc::getMessage('REPORT_SMOOTHED_LINEAR_GRAPH_VIEW_LABEL'));
	$this->setLogoUri('/bitrix/images/report/visualconstructor/view-graph.jpg');
}