WC_Admin_Report::get_chart_legend()publicWC 1.0

Get the legend for the main chart sidebar.

Method of the class: WC_Admin_Report{}

No Hooks.

Return

Array.

Usage

$WC_Admin_Report = new WC_Admin_Report();
$WC_Admin_Report->get_chart_legend();

WC_Admin_Report::get_chart_legend() code WC 8.7.0

public function get_chart_legend() {
	return array();
}