WC_Report_Taxes_By_Date::get_chart_legend()
Get the legend for the main chart sidebar.
Method of the class: WC_Report_Taxes_By_Date{}
No Hooks.
Return
Array
.
Usage
$WC_Report_Taxes_By_Date = new WC_Report_Taxes_By_Date(); $WC_Report_Taxes_By_Date->get_chart_legend();
WC_Report_Taxes_By_Date::get_chart_legend() WC Report Taxes By Date::get chart legend code WC 9.7.1
public function get_chart_legend() { return array(); }