Add analytics card class to chart
Co-Authored-By: Albert Juhé Lluveras <aljullu@gmail.com>
This commit is contained in:
parent
68f2af7722
commit
67f9081579
|
@ -26,7 +26,7 @@ for ( let i = 1; i <= 20; i++ ) {
|
|||
|
||||
const GlobalPrices = () => {
|
||||
return (
|
||||
<Card className="woocommerce-dashboard__chart-block" title="Global Apple Prices">
|
||||
<Card className="woocommerce-dashboard__chart-block woocommerce-analytics__card" title="Global Apple Prices">
|
||||
<Chart
|
||||
title="Global Apple Prices"
|
||||
interval="day"
|
||||
|
|
Loading…
Reference in New Issue