• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/visualconstructor/views/jscomponent/amchart/piediagram.php
  • Класс: BitrixReportVisualConstructorViewsJsComponentAmChartPieDiagram
  • Вызов: PieDiagram::getCustomColorList
public function getCustomColorList()
{
	return array(
		'#4fc3f7',
		'#f6ce00',
		'#98d470',
		'#f35455',
		'#cf83ae',
		'#374b89',
	);
}