exmple-hour update

This commit is contained in:
Robert Elliott 2018-09-06 11:40:29 +02:00
parent 0ad4b9a312
commit fddeb2502c
2 changed files with 1 additions and 52 deletions

View File

@ -10,7 +10,7 @@ import { Component } from '@wordpress/element';
*/
import Card from 'components/card';
import Chart from './index';
import dummyOrders from './test/fixtures/dummy';
import dummyOrders from './test/fixtures/dummy-hour';
class WidgetCharts extends Component {
render() {

View File

@ -23,54 +23,3 @@ export default [
'Previous Period (Jul 31, 2018)': 0,
},
];
// export default [
// {
// date: '2018-05-30',
// Polo: 2704659,
// 'T-Shirt': 4499890,
// Hoodie: 2159981,
// Sunglasses: 3853788,
// Cap: 10604510,
// },
// {
// date: '2018-05-31',
// Polo: 2027307,
// 'T-Shirt': 3277946,
// Hoodie: 1420518,
// Sunglasses: 2454721,
// Cap: 7017731,
// },
// {
// date: '2018-06-01',
// Polo: 1208495,
// 'T-Shirt': 2141490,
// Hoodie: 1058031,
// Sunglasses: 1999120,
// Cap: 5355235,
// },
// {
// date: '2018-06-02',
// Polo: 1140516,
// 'T-Shirt': 1938695,
// Hoodie: 925060,
// Sunglasses: 1607297,
// Cap: 4782119,
// },
// {
// date: '2018-06-03',
// Polo: 894368,
// 'T-Shirt': 1558919,
// Hoodie: 725973,
// Sunglasses: 1311479,
// Cap: 3596343,
// },
// {
// date: '2018-06-04',
// Polo: 737462,
// 'T-Shirt': 1345341,
// Hoodie: 679201,
// Sunglasses: 1203944,
// Cap: 3157759,
// },
// ];