Remove chart from dashboard. (https://github.com/woocommerce/woocommerce-admin/pull/544)
This commit is contained in:
parent
69a47f0019
commit
e8fe6bac83
|
@ -9,7 +9,6 @@ import { Component, Fragment } from '@wordpress/element';
|
||||||
* Internal dependencies
|
* Internal dependencies
|
||||||
*/
|
*/
|
||||||
import './style.scss';
|
import './style.scss';
|
||||||
import ChartExample from 'components/chart/example';
|
|
||||||
import Header from 'header';
|
import Header from 'header';
|
||||||
import StorePerformance from './store-performance';
|
import StorePerformance from './store-performance';
|
||||||
import TopSellingProducts from './top-selling-products';
|
import TopSellingProducts from './top-selling-products';
|
||||||
|
@ -20,7 +19,6 @@ export default class Dashboard extends Component {
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<Header sections={ [ __( 'Dashboard', 'wc-admin' ) ] } />
|
<Header sections={ [ __( 'Dashboard', 'wc-admin' ) ] } />
|
||||||
<StorePerformance />
|
<StorePerformance />
|
||||||
<ChartExample />
|
|
||||||
<div className="woocommerce-dashboard__columns">
|
<div className="woocommerce-dashboard__columns">
|
||||||
<div>
|
<div>
|
||||||
<TopSellingProducts />
|
<TopSellingProducts />
|
||||||
|
|
Loading…
Reference in New Issue