From df578d4aed0548127fafa5f6bcd7110e646fe846 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 9 Nov 2017 11:40:45 -0800 Subject: [PATCH] handle launched with location, and ignore unrecognized events closes #11 --- compass/public/assets/events.js | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/compass/public/assets/events.js b/compass/public/assets/events.js index 02277d5..7e3114b 100644 --- a/compass/public/assets/events.js +++ b/compass/public/assets/events.js @@ -3,6 +3,12 @@ function collectEventSeries(data) { var events = data.events; var series = { + "application_launched_with_location": { + name: "Launched with Location", + color: '#42C093', + y: 90, + data: [] + }, "visit": { name: "Visit", type: 'scatter', @@ -55,11 +61,13 @@ function collectEventSeries(data) { }; for(var i=0; i