Fix highlight series ID for coupons line from legend

This commit is contained in:
Justin Silver 2016-03-15 13:50:01 -07:00
parent ffdfe816ec
commit 4dec4832e1
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ class WC_Report_Sales_By_Date extends WC_Admin_Report {
$legend[] = array(
'title' => sprintf( __( '%s worth of coupons used', 'woocommerce' ), '<strong>' . wc_price( $data->total_coupons ) . '</strong>' ),
'color' => $this->chart_colours['coupon_amount'],
'highlight_series' => 2
'highlight_series' => 4
);
return $legend;