export const appTestData = [ { "type": "bytes", "l11": { "analysis": { "rate": 2, "total":2245435 }, "values": [ [ 1435781430781, 3 ], [ 1435781431781, 2 ] ] }, "a0": { "analysis": { "rate": 2, "total":3245435 }, "values": [ [ 1435781430781, 1 ], [ 1435781431781, 1 ] ] } }, { "type": "packets", "l11": { "analysis": { "rate": 3, "total":4245435 }, "values": [ [ 1435781430781, 4 ], [ 1435781431781, 5 ] ] }, "a0": { "analysis": { "rate": 3, "total":2245435 }, "values": [ [ 1435781430781, 2 ], [ 1435781431781, 1 ] ] } }, { "type": "sessions", "l11": { "analysis": { "rate": 2, "total": 2245435 }, "values": [ [ 1435781430781, 3 ], [ 1435781431781, 8 ] ] }, "a0": { "analysis": { "rate": 3, "total": 3245435 }, "values": [ [ 1435781430781, 1 ], [ 1435781431781, 1 ] ] } } ] export const appPrevTestData = [ { "type": "bytes", "l11": { "rate": 2, "total":3245435 }, "a0": { "rate": 3, "total":4245435 } }, { "type": "packets", "l11": { "rate": 2, "total":3245435 }, "a0": { "rate": 4, "total":4245435 } }, { "type": "sessions", "l11": { "rate": 3, "total":233451 }, "a0": { "rate": 3, "total":4245435 } } ] export const providerTestData = [ { "type": "bytes", "d3": { "analysis": { "rate": 4, "total":4245435 }, "values": [ [ 1435781430781, "1" ], [ 1435781431781, "1" ] ] }, "a0": { "analysis": { "rate": 2, "total":3245435 }, "values": [ [ 1435781430781, 1 ], [ 1435781431781, 2 ] ] } }, { "type": "packets", "d3": { "analysis": { "rate": 3, "total": 1245435 }, "values": [ [ 1435781430781, 2 ], [ 1435781431781, 1 ] ] }, "a0": { "analysis": { "rate": 3, "total": 3245435 }, "values": [ [ 1435781430781, 5 ], [ 1435781431781, 3 ] ] } }, { "type": "sessions", "d3": { "analysis": { "rate": 2, "total":2245435 }, "values": [ [ 1435781430781, "1" ], [ 1435781431781, "1" ] ] }, "a0": { "analysis": { "rate": 3, "total": 3245435 }, "values": [ [ 1435781430781, 1 ], [ 1435781431781, 3 ] ] } } ] export const providerPrevTestData = [ { "type": "bytes", "d3": { "rate": 2, "total":2245435 }, "a0": { "rate": 3, "total":4245435 } }, { "type": "packets", "d3": { "rate": 2, "total":3245435 }, "a0": { "rate": 4, "total":4245435 } }, { "type": "sessions", "d3": { "rate": 3, "total":233451 }, "a0": { "rate": 3, "total":4245435 } } ]