@vtex/styleguide
Version:
> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))
42 lines (41 loc) • 627 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var data = [{
hour: '0h',
customers: 4000,
orders: 2400,
totalSpent: 2400
}, {
hour: '1h',
customers: 3000,
orders: 1398,
totalSpent: 2210
}, {
hour: '2h',
customers: 2000,
orders: 9800,
totalSpent: 2290
}, {
hour: '3h',
customers: 2780,
orders: 3908,
totalSpent: 2000
}, {
hour: '4h',
customers: 1890,
orders: 4800,
totalSpent: 2181
}, {
hour: '5h',
customers: 2390,
orders: 3800,
totalSpent: 2500
}, {
hour: '6h',
customers: 3490,
orders: 4300,
totalSpent: 2100
}];
exports.default = data;