Skip to content

Instantly share code, notes, and snippets.

@jpero
Created August 29, 2019 16:22
Show Gist options
  • Save jpero/6fb1736bcdf8a23ff876beb7d8a9d809 to your computer and use it in GitHub Desktop.
Save jpero/6fb1736bcdf8a23ff876beb7d8a9d809 to your computer and use it in GitHub Desktop.
timeline
<!DOCTYPE HTML>
<html>
<head>
<title>Timeline | Basic demo</title>
<style type="text/css">
body, html {
font-family: sans-serif;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis-timeline-graph2d.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>
A basic timeline. You can move and zoom the timeline, and select items.
</p>
<div id="visualization"></div>
<script type="text/javascript">
function init() {
// DOM element where the Timeline will be attached
var container = document.getElementById('visualization');
// Create a DataSet (allows two way data-binding)
var items = new vis.DataSet([
{id:1,start:'2019-08-28T08:33',end:'2019-08-28T08:47',content:'',type:'background' },
{id:2,start:'2019-08-28T08:30:07',end:'2019-08-28T08:32:59',content:'DriverLineup.Events.DriverLineupDownloadEventHandler 172009 ms', },
{id:3,start:'2019-08-28T08:32:01',end:'2019-08-28T08:33:24',content:'AutoCompleteShiftEventHandler 82725 ms', },
{id:4,start:'2019-08-28T08:32:01',end:'2019-08-28T08:32:01',content:'AutoCompleteTripEventHandler 201 ms', },
{id:5,start:'2019-08-28T08:32:01',end:'2019-08-28T08:32:05',content:'AutoProcessVanUpdateCommandHandler 3488 ms', },
{id:6,start:'2019-08-28T08:32:01',end:'2019-08-28T08:34:25',content:'AutoStartShiftEventHandler 12815 ms', },
{id:7,start:'2019-08-28T08:32:01',end:'2019-08-28T08:34:40',content:'AutoStartTripEventHandler 10562 ms', },
{id:8,start:'2019-08-28T08:32:02',end:'2019-08-28T08:32:02',content:'DriverScheduleEventHandler 386 ms', },
{id:9,start:'2019-08-28T08:32:02',end:'2019-08-28T08:32:05',content:'IVRCalloutHandler 2835 ms', },
{id:10,start:'2019-08-28T08:32:05',end:'2019-08-28T08:32:20',content:'YardVanSwapEventHandler 15301 ms', },
{id:11,start:'2019-08-28T08:32:20',end:'2019-08-28T08:32:21',content:'IVRCalloutHandler 464 ms', },
{id:12,start:'2019-08-28T08:33:01',end:'2019-08-28T08:33:18',content:'AutoCompleteTripEventHandler 16431 ms', },
{id:13,start:'2019-08-28T08:33:01',end:'2019-08-28T08:33:17',content:'AutoProcessVanUpdateCommandHandler 15976 ms', },
{id:14,start:'2019-08-28T08:33:02',end:'2019-08-28T08:33:02',content:'DriverScheduleEventHandler 400 ms', },
{id:15,start:'2019-08-28T08:33:02',end:'2019-08-28T08:33:17',content:'YardVanSwapEventHandler 14897 ms', },
{id:16,start:'2019-08-28T08:33:03',end:'2019-08-28T08:33:03',content:'CleanupNodeHandler 306 ms', },
{id:17,start:'2019-08-28T08:33:03',end:'2019-08-28T08:33:19',content:'GetTripActivityEventHandler 15931 ms', },
{id:18,start:'2019-08-28T08:33:06',end:'2019-08-28T08:33:06',content:'CleanupNodeHandler 229 ms', },
{id:19,start:'2019-08-28T08:33:06',end:'2019-08-28T08:33:19',content:'GetTripActivityEventHandler 12713 ms', },
{id:20,start:'2019-08-28T08:33:55',end:'2019-08-28T08:33:57',content:'TripMonitoringEventHandler 1599 ms', },
{id:21,start:'2019-08-28T08:33:57',end:'2019-08-28T08:34:04',content:'TripDispatchedEventHandler 7434 ms', },
{id:22,start:'2019-08-28T08:33:57',end:'2019-08-28T08:34:05',content:'SendSMSEventHandler 5259 ms', },
{id:23,start:'2019-08-28T08:33:58',end:'2019-08-28T08:34:01',content:'TripViewResourceEventHandler 2885 ms', },
{id:24,start:'2019-08-28T08:34:13',end:'2019-08-28T08:34:25',content:'AutoStartShiftEventHandler 12815 ms', },
{id:25,start:'2019-08-28T08:34:26',end:'2019-08-28T08:34:29',content:'TripClosingEventHandler 689 ms', },
{id:26,start:'2019-08-28T08:34:29',end:'2019-08-28T08:34:30',content:'Common.Events.SearchUpdateEventHandler 860 ms', },
{id:27,start:'2019-08-28T08:34:29',end:'2019-08-28T08:34:31',content:'CNUSDispatchEvaluationHandler 1618 ms', },
{id:28,start:'2019-08-28T08:34:30',end:'2019-08-28T08:34:40',content:'AutoStartTripEventHandler 10562 ms', },
{id:29,start:'2019-08-28T08:34:34',end:'2019-08-28T08:34:35',content:'Common.Events.SearchUpdateEventHandler 333 ms', },
{id:30,start:'2019-08-28T08:34:44',end:'2019-08-28T08:36:02',content:'AutoCompleteShiftEventHandler 77520 ms', },
{id:31,start:'2019-08-28T08:34:45',end:'2019-08-28T08:35:10',content:'AutoProcessVanUpdateCommandHandler 25598 ms', },
{id:32,start:'2019-08-28T08:34:45',end:'2019-08-28T08:35:00',content:'AutoStartShiftEventHandler 14895 ms', },
{id:33,start:'2019-08-28T08:34:45',end:'2019-08-28T08:36:20',content:'AutoStartTripEventHandler 94731 ms', },
{id:34,start:'2019-08-28T08:34:55',end:'2019-08-28T08:34:56',content:'DriverScheduleEventHandler 370 ms', },
{id:35,start:'2019-08-28T08:35:00',end:'2019-08-28T08:35:03',content:'TripDispatchedEventHandler 2846 ms', },
{id:36,start:'2019-08-28T08:35:02',end:'2019-08-28T08:35:03',content:'TripViewResourceEventHandler 684 ms', },
{id:37,start:'2019-08-28T08:35:02',end:'2019-08-28T08:35:04',content:'Common.Events.SearchUpdateEventHandler 1103 ms', },
{id:38,start:'2019-08-28T08:35:04',end:'2019-08-28T08:35:05',content:'IVRCalloutHandler 668 ms', },
{id:39,start:'2019-08-28T08:35:04',end:'2019-08-28T08:35:22',content:'SubContractorAutocompleteEventHandler 17725 ms', },
{id:40,start:'2019-08-28T08:35:05',end:'2019-08-28T08:35:19',content:'YardVanSwapEventHandler 13558 ms', },
{id:41,start:'2019-08-28T08:35:06',end:'2019-08-28T08:35:06',content:'CNUSDispatchEvaluationHandler 312 ms', },
{id:42,start:'2019-08-28T08:35:07',end:'2019-08-28T08:35:08',content:'Common.Events.SearchUpdateEventHandler 1231 ms', },
{id:43,start:'2019-08-28T08:35:07',end:'2019-08-28T08:35:07',content:'CNUSDispatchEvaluationHandler 306 ms', },
{id:44,start:'2019-08-28T08:35:08',end:'2019-08-28T08:35:39',content:'IVRCalloutHandler 28344 ms', },
{id:45,start:'2019-08-28T08:35:08',end:'2019-08-28T08:35:10',content:'Common.Events.SearchUpdateEventHandler 648 ms', },
{id:46,start:'2019-08-28T08:35:09',end:'2019-08-28T08:35:10',content:'Common.Events.SearchUpdateEventHandler 634 ms', },
{id:47,start:'2019-08-28T08:35:09',end:'2019-08-28T08:35:10',content:'Common.Events.SearchUpdateEventHandler 702 ms', },
{id:48,start:'2019-08-28T08:35:10',end:'2019-08-28T08:35:35',content:'TripClosingEventHandler 25048 ms', },
{id:49,start:'2019-08-28T08:35:10',end:'2019-08-28T08:35:27',content:'TripClosingEventHandler 16428 ms', },
{id:50,start:'2019-08-28T08:35:13',end:'2019-08-28T08:35:14',content:'TripMonitoringEventHandler 331 ms', },
{id:51,start:'2019-08-28T08:35:14',end:'2019-08-28T08:35:15',content:'CNUSDispatchEvaluationHandler 325 ms', },
{id:52,start:'2019-08-28T08:35:15',end:'2019-08-28T08:35:22',content:'TripDispatchedEventHandler 6656 ms', },
{id:53,start:'2019-08-28T08:35:19',end:'2019-08-28T08:35:20',content:'TripViewResourceEventHandler 345 ms', },
{id:54,start:'2019-08-28T08:35:20',end:'2019-08-28T08:35:21',content:'CleanupNodeHandler 344 ms', },
{id:55,start:'2019-08-28T08:35:21',end:'2019-08-28T08:35:22',content:'TripMonitoringEventHandler 624 ms', },
{id:56,start:'2019-08-28T08:35:22',end:'2019-08-28T08:35:22',content:'TripViewResourceEventHandler 335 ms', },
{id:57,start:'2019-08-28T08:35:22',end:'2019-08-28T08:35:33',content:'TripDispatchedEventHandler 10581 ms', },
{id:58,start:'2019-08-28T08:35:22',end:'2019-08-28T08:35:24',content:'SendSMSEventHandler 1417 ms', },
{id:59,start:'2019-08-28T08:35:23',end:'2019-08-28T08:35:24',content:'TripViewResourceEventHandler 412 ms', },
{id:60,start:'2019-08-28T08:35:24',end:'2019-08-28T08:35:25',content:'Common.Events.SearchUpdateEventHandler 993 ms', },
{id:61,start:'2019-08-28T08:35:24',end:'2019-08-28T08:35:25',content:'Common.Events.SearchUpdateEventHandler 660 ms', },
{id:62,start:'2019-08-28T08:35:25',end:'2019-08-28T08:35:27',content:'CNUSDispatchEvaluationHandler 1287 ms', },
{id:63,start:'2019-08-28T08:35:27',end:'2019-08-28T08:35:32',content:'GetTripActivityEventHandler 5551 ms', },
{id:64,start:'2019-08-28T08:35:27',end:'2019-08-28T08:35:28',content:'TripViewResourceEventHandler 712 ms', },
{id:65,start:'2019-08-28T08:35:27',end:'2019-08-28T08:35:29',content:'Common.Events.SearchUpdateEventHandler 427 ms', },
{id:66,start:'2019-08-28T08:35:28',end:'2019-08-28T08:35:30',content:'AutoCompleteTripEventHandler 573 ms', },
{id:67,start:'2019-08-28T08:35:31',end:'2019-08-28T08:35:55',content:'AutoProcessVanUpdateCommandHandler 23775 ms', },
{id:68,start:'2019-08-28T08:35:31',end:'2019-08-28T08:35:32',content:'Common.Events.SearchUpdateEventHandler 338 ms', },
{id:69,start:'2019-08-28T08:35:32',end:'2019-08-28T08:35:44',content:'AutoStartShiftEventHandler 11773 ms', },
{id:70,start:'2019-08-28T08:35:36',end:'2019-08-28T08:35:36',content:'Common.Events.SearchUpdateEventHandler 475 ms', },
{id:71,start:'2019-08-28T08:35:37',end:'2019-08-28T08:35:49',content:'TripDispatchedEventHandler 11810 ms', },
{id:72,start:'2019-08-28T08:35:37',end:'2019-08-28T08:35:39',content:'SendSMSEventHandler 1829 ms', },
{id:73,start:'2019-08-28T08:35:40',end:'2019-08-28T08:35:42',content:'Common.Events.SearchUpdateEventHandler 1887 ms', },
{id:74,start:'2019-08-28T08:35:41',end:'2019-08-28T08:35:46',content:'DetectCompanyBusinessCommandHandler 4152 ms', },
{id:75,start:'2019-08-28T08:35:42',end:'2019-08-28T08:48:00',content:'DriverPortal.DriverPortalUpdateEventHandler 737789 ms', },
{id:76,start:'2019-08-28T08:35:42',end:'2019-08-28T08:35:43',content:'DriverScheduleEventHandler 439 ms', },
{id:77,start:'2019-08-28T08:35:43',end:'2019-08-28T08:35:47',content:'DriverScheduleEventHandler 3513 ms', },
{id:78,start:'2019-08-28T08:35:44',end:'2019-08-28T08:35:44',content:'DetectCompanyBusinessCommandHandler 330 ms', },
{id:79,start:'2019-08-28T08:35:44',end:'2019-08-28T08:35:45',content:'DetectCompanyBusinessCommandHandler 734 ms', },
{id:80,start:'2019-08-28T08:35:45',end:'2019-08-28T08:35:47',content:'DetectCompanyBusinessCommandHandler 1062 ms', },
{id:81,start:'2019-08-28T08:35:46',end:'2019-08-28T08:35:46',content:'CNUSDispatchEvaluationHandler 371 ms', },
{id:82,start:'2019-08-28T08:35:47',end:'2019-08-28T08:35:47',content:'DetectCompanyBusinessCommandHandler 370 ms', },
{id:83,start:'2019-08-28T08:35:56',end:'2019-08-28T08:35:58',content:'Common.Events.SearchUpdateEventHandler 1315 ms', },
{id:84,start:'2019-08-28T08:36:00',end:'2019-08-28T08:36:01',content:'Common.Events.SearchUpdateEventHandler 1318 ms', },
{id:85,start:'2019-08-28T08:36:03',end:'2019-08-28T08:36:04',content:'DriverEventHandler 1311 ms', },
{id:86,start:'2019-08-28T08:36:16',end:'2019-08-28T08:36:17',content:'Common.Events.SearchUpdateEventHandler 639 ms', },
{id:87,start:'2019-08-28T08:36:17',end:'2019-08-28T08:36:19',content:'TripMonitoringEventHandler 2621 ms', },
{id:88,start:'2019-08-28T08:36:35',end:'2019-08-28T08:36:36',content:'CNUSDispatchEvaluationHandler 317 ms', },
{id:89,start:'2019-08-28T08:36:43',end:'2019-08-28T08:36:43',content:'Common.Events.SearchUpdateEventHandler 459 ms', },
{id:90,start:'2019-08-28T08:36:45',end:'2019-08-28T08:36:45',content:'DriverEventHandler 311 ms', },
{id:91,start:'2019-08-28T08:36:51',end:'2019-08-28T08:38:10',content:'AutoCompleteShiftEventHandler 78684 ms', },
{id:92,start:'2019-08-28T08:36:55',end:'2019-08-28T08:36:58',content:'AutoProcessVanUpdateCommandHandler 2934 ms', },
{id:93,start:'2019-08-28T08:36:57',end:'2019-08-28T08:38:21',content:'AutoStartShiftEventHandler 83970 ms', },
{id:94,start:'2019-08-28T08:36:57',end:'2019-08-28T08:37:06',content:'AutoStartTripEventHandler 8898 ms', },
{id:95,start:'2019-08-28T08:36:59',end:'2019-08-28T08:36:59',content:'CNUSDispatchEvaluationHandler 319 ms', },
{id:96,start:'2019-08-28T08:36:59',end:'2019-08-28T08:38:29',content:'Common.Events.SearchUpdateEventHandler 381 ms', },
{id:97,start:'2019-08-28T08:37:06',end:'2019-08-28T08:37:06',content:'CNUSDispatchEvaluationHandler 313 ms', },
{id:98,start:'2019-08-28T08:37:06',end:'2019-08-28T08:37:12',content:'TripDispatchedEventHandler 5331 ms', },
{id:99,start:'2019-08-28T08:37:09',end:'2019-08-28T08:37:10',content:'Common.Events.SearchUpdateEventHandler 360 ms', },
{id:100,start:'2019-08-28T08:37:10',end:'2019-08-28T08:37:11',content:'DriverScheduleEventHandler 982 ms', },
{id:101,start:'2019-08-28T08:37:10',end:'2019-08-28T08:37:21',content:'DriverScheduleEventHandler 11480 ms', },
{id:102,start:'2019-08-28T08:37:19',end:'2019-08-28T08:37:23',content:'TripMonitoringEventHandler 3382 ms', },
{id:103,start:'2019-08-28T08:37:21',end:'2019-08-28T08:37:23',content:'IVRCalloutHandler 462 ms', },
{id:104,start:'2019-08-28T08:37:22',end:'2019-08-28T08:37:33',content:'DriverScheduleEventHandler 10683 ms', },
{id:105,start:'2019-08-28T08:37:23',end:'2019-08-28T08:37:26',content:'Common.Events.SearchUpdateEventHandler 3396 ms', },
{id:106,start:'2019-08-28T08:37:25',end:'2019-08-28T08:37:39',content:'YardVanSwapEventHandler 13896 ms', },
{id:107,start:'2019-08-28T08:37:25',end:'2019-08-28T08:37:43',content:'Common.Events.SearchUpdateEventHandler 2120 ms', },
{id:108,start:'2019-08-28T08:37:33',end:'2019-08-28T08:37:34',content:'Common.Events.SearchUpdateEventHandler 326 ms', },
{id:109,start:'2019-08-28T08:37:34',end:'2019-08-28T08:37:34',content:'CNUSDispatchEvaluationHandler 379 ms', },
{id:110,start:'2019-08-28T08:37:35',end:'2019-08-28T08:37:44',content:'IVRCalloutHandler 7427 ms', },
{id:111,start:'2019-08-28T08:37:35',end:'2019-08-28T08:37:37',content:'Common.Events.SearchUpdateEventHandler 1561 ms', },
{id:112,start:'2019-08-28T08:37:55',end:'2019-08-28T08:38:05',content:'TripDispatchedEventHandler 10095 ms', },
{id:113,start:'2019-08-28T08:37:56',end:'2019-08-28T08:37:57',content:'SendSMSEventHandler 879 ms', },
{id:114,start:'2019-08-28T08:37:56',end:'2019-08-28T08:37:56',content:'TripViewResourceEventHandler 395 ms', },
{id:115,start:'2019-08-28T08:37:57',end:'2019-08-28T08:37:57',content:'TripMonitoringEventHandler 438 ms', },
{id:116,start:'2019-08-28T08:37:57',end:'2019-08-28T08:37:58',content:'TripDispatchedEventHandler 295 ms', },
{id:117,start:'2019-08-28T08:37:58',end:'2019-08-28T08:37:59',content:'SendSMSEventHandler 843 ms', },
{id:118,start:'2019-08-28T08:37:59',end:'2019-08-28T08:37:59',content:'TripViewResourceEventHandler 339 ms', },
{id:119,start:'2019-08-28T08:38:02',end:'2019-08-28T08:38:19',content:'AutoProcessVanUpdateCommandHandler 17500 ms', },
{id:120,start:'2019-08-28T08:38:02',end:'2019-08-28T08:38:19',content:'AutoStartTripEventHandler 17651 ms', },
{id:121,start:'2019-08-28T08:38:02',end:'2019-08-28T08:38:03',content:'DriverScheduleEventHandler 381 ms', },
{id:122,start:'2019-08-28T08:38:03',end:'2019-08-28T08:38:20',content:'IVRCalloutHandler 17411 ms', },
{id:123,start:'2019-08-28T08:38:03',end:'2019-08-28T08:38:18',content:'YardVanSwapEventHandler 15786 ms', },
{id:124,start:'2019-08-28T08:38:22',end:'2019-08-28T08:38:23',content:'Common.Events.SearchUpdateEventHandler 701 ms', },
{id:125,start:'2019-08-28T08:38:23',end:'2019-08-28T08:38:24',content:'Common.Events.SearchUpdateEventHandler 413 ms', },
{id:126,start:'2019-08-28T08:38:24',end:'2019-08-28T08:38:37',content:'Common.Events.SearchUpdateEventHandler 1616 ms', },
{id:127,start:'2019-08-28T08:38:28',end:'2019-08-28T08:38:29',content:'Common.Events.SearchUpdateEventHandler 381 ms', },
{id:128,start:'2019-08-28T08:38:30',end:'2019-08-28T08:38:31',content:'Common.Events.SearchUpdateEventHandler 655 ms', },
{id:129,start:'2019-08-28T08:39:07',end:'2019-08-28T08:39:11',content:'TripMonitoringEventHandler 3752 ms', },
{id:130,start:'2019-08-28T08:39:07',end:'2019-08-28T08:39:08',content:'Common.Events.SearchUpdateEventHandler 1255 ms', },
{id:131,start:'2019-08-28T08:39:09',end:'2019-08-28T08:39:19',content:'DriverScheduleEventHandler 9883 ms', },
{id:132,start:'2019-08-28T08:39:16',end:'2019-08-28T08:39:18',content:'Common.Events.SearchUpdateEventHandler 1848 ms', },
{id:133,start:'2019-08-28T08:39:18',end:'2019-08-28T08:39:30',content:'TripDispatchedEventHandler 12235 ms', },
{id:134,start:'2019-08-28T08:39:23',end:'2019-08-28T08:39:25',content:'IVRCalloutHandler 1075 ms', },
{id:135,start:'2019-08-28T08:39:24',end:'2019-08-28T08:39:28',content:'TripMonitoringEventHandler 2800 ms', },
{id:136,start:'2019-08-28T08:39:24',end:'2019-08-28T08:39:25',content:'TripMonitoringEventHandler 403 ms', },
{id:137,start:'2019-08-28T08:39:25',end:'2019-08-28T08:39:26',content:'Common.Events.SearchUpdateEventHandler 432 ms', },
{id:138,start:'2019-08-28T08:39:28',end:'2019-08-28T08:40:14',content:'YardVanSwapEventHandler 45845 ms', },
{id:139,start:'2019-08-28T08:39:29',end:'2019-08-28T08:41:01',content:'AutoCompleteShiftEventHandler 91802 ms', },
{id:140,start:'2019-08-28T08:39:30',end:'2019-08-28T08:41:08',content:'AutoProcessVanUpdateCommandHandler 98434 ms', },
{id:141,start:'2019-08-28T08:39:30',end:'2019-08-28T08:39:42',content:'AutoStartShiftEventHandler 12156 ms', },
{id:142,start:'2019-08-28T08:39:30',end:'2019-08-28T08:39:57',content:'AutoStartTripEventHandler 26953 ms', },
{id:143,start:'2019-08-28T08:39:40',end:'2019-08-28T08:39:41',content:'Common.Events.SearchUpdateEventHandler 323 ms', },
{id:144,start:'2019-08-28T08:39:50',end:'2019-08-28T08:39:51',content:'Common.Events.SearchUpdateEventHandler 1084 ms', },
{id:145,start:'2019-08-28T08:39:58',end:'2019-08-28T08:40:02',content:'TripMonitoringEventHandler 4595 ms', },
{id:146,start:'2019-08-28T08:39:59',end:'2019-08-28T08:40:11',content:'Common.Events.SearchUpdateEventHandler 12328 ms', },
{id:147,start:'2019-08-28T08:40:36',end:'2019-08-28T08:40:38',content:'Common.Events.SearchUpdateEventHandler 1300 ms', },
{id:148,start:'2019-08-28T08:40:36',end:'2019-08-28T08:40:42',content:'IVRCalloutHandler 5944 ms', },
{id:149,start:'2019-08-28T08:40:44',end:'2019-08-28T08:40:45',content:'CNUSDispatchEvaluationHandler 1318 ms', },
{id:150,start:'2019-08-28T08:40:46',end:'2019-08-28T08:40:47',content:'Common.Events.SearchUpdateEventHandler 701 ms', },
{id:151,start:'2019-08-28T08:40:56',end:'2019-08-28T08:40:57',content:'TripMonitoringEventHandler 807 ms', },
{id:152,start:'2019-08-28T08:41:00',end:'2019-08-28T08:41:42',content:'AutoCompleteTripEventHandler 42072 ms', },
{id:153,start:'2019-08-28T08:41:01',end:'2019-08-28T08:41:12',content:'AutoStartShiftEventHandler 10825 ms', },
{id:154,start:'2019-08-28T08:41:04',end:'2019-08-28T08:41:04',content:'CNUSDispatchEvaluationHandler 453 ms', },
{id:155,start:'2019-08-28T08:41:05',end:'2019-08-28T08:41:28',content:'AutoStartTripEventHandler 21635 ms', },
{id:156,start:'2019-08-28T08:41:36',end:'2019-08-28T08:41:39',content:'DetectCompanyBusinessCommandHandler 2537 ms', },
{id:157,start:'2019-08-28T08:41:38',end:'2019-08-28T08:41:40',content:'DetectCompanyBusinessCommandHandler 1546 ms', },
{id:158,start:'2019-08-28T08:41:38',end:'2019-08-28T08:41:38',content:'DetectCompanyBusinessCommandHandler 427 ms', },
{id:159,start:'2019-08-28T08:41:39',end:'2019-08-28T08:41:41',content:'DetectCompanyBusinessCommandHandler 1049 ms', },
{id:160,start:'2019-08-28T08:41:39',end:'2019-08-28T08:41:42',content:'GetTripActivityEventHandler 2530 ms', },
{id:161,start:'2019-08-28T08:41:39',end:'2019-08-28T08:41:52',content:'CleanupNodeHandler 12667 ms', },
{id:162,start:'2019-08-28T08:41:40',end:'2019-08-28T08:41:41',content:'DriverScheduleEventHandler 365 ms', },
{id:163,start:'2019-08-28T08:41:41',end:'2019-08-28T08:41:43',content:'CNUSDispatchEvaluationHandler 1090 ms', },
{id:164,start:'2019-08-28T08:41:42',end:'2019-08-28T08:41:42',content:'DriverScheduleEventHandler 304 ms', },
{id:165,start:'2019-08-28T08:41:42',end:'2019-08-28T08:41:43',content:'CNUSDispatchEvaluationHandler 401 ms', },
{id:166,start:'2019-08-28T08:41:49',end:'2019-08-28T08:41:52',content:'CNUSDispatchEvaluationHandler 1594 ms', },
{id:167,start:'2019-08-28T08:41:51',end:'2019-08-28T08:42:14',content:'TripDispatchedEventHandler 23148 ms', },
{id:168,start:'2019-08-28T08:41:52',end:'2019-08-28T08:41:54',content:'Common.Events.SearchUpdateEventHandler 2064 ms', },
{id:169,start:'2019-08-28T08:41:53',end:'2019-08-28T08:41:55',content:'CNUSDispatchEvaluationHandler 1750 ms', },
{id:170,start:'2019-08-28T08:41:57',end:'2019-08-28T08:41:57',content:'IVRCalloutHandler 303 ms', },
{id:171,start:'2019-08-28T08:41:57',end:'2019-08-28T08:42:35',content:'SubContractorAutocompleteEventHandler 38144 ms', },
{id:172,start:'2019-08-28T08:41:59',end:'2019-08-28T08:42:12',content:'YardVanSwapEventHandler 13315 ms', },
{id:173,start:'2019-08-28T08:42:08',end:'2019-08-28T08:42:09',content:'CNUSDispatchEvaluationHandler 321 ms', },
{id:174,start:'2019-08-28T08:42:09',end:'2019-08-28T08:42:17',content:'CleanupNodeHandler 1252 ms', },
{id:175,start:'2019-08-28T08:42:12',end:'2019-08-28T08:42:13',content:'TripMonitoringEventHandler 372 ms', },
{id:176,start:'2019-08-28T08:42:12',end:'2019-08-28T08:42:13',content:'Common.Events.SearchUpdateEventHandler 1013 ms', },
{id:177,start:'2019-08-28T08:42:14',end:'2019-08-28T08:42:16',content:'Common.Events.SearchUpdateEventHandler 1487 ms', },
{id:178,start:'2019-08-28T08:42:27',end:'2019-08-28T08:42:28',content:'Common.Events.SearchUpdateEventHandler 342 ms', },
{id:179,start:'2019-08-28T08:42:30',end:'2019-08-28T08:42:38',content:'CleanupNodeHandler 8491 ms', },
{id:180,start:'2019-08-28T08:42:34',end:'2019-08-28T08:42:35',content:'TripMonitoringEventHandler 1683 ms', },
{id:181,start:'2019-08-28T08:42:35',end:'2019-08-28T08:42:35',content:'GetTripActivityEventHandler 324 ms', },
{id:182,start:'2019-08-28T08:43:21',end:'2019-08-28T08:43:22',content:'Common.Events.SearchUpdateEventHandler 705 ms', },
{id:183,start:'2019-08-28T08:43:21',end:'2019-08-28T08:44:43',content:'AutoCompleteShiftEventHandler 80697 ms', },
{id:184,start:'2019-08-28T08:43:22',end:'2019-08-28T08:45:28',content:'AutoCompleteTripEventHandler 125386 ms', },
{id:185,start:'2019-08-28T08:43:23',end:'2019-08-28T08:45:09',content:'AutoProcessVanUpdateCommandHandler 105969 ms', },
{id:186,start:'2019-08-28T08:43:25',end:'2019-08-28T08:45:42',content:'AutoStartTripEventHandler 136638 ms', },
{id:187,start:'2019-08-28T08:43:26',end:'2019-08-28T08:43:48',content:'AutoStartShiftEventHandler 22348 ms', },
{id:188,start:'2019-08-28T08:43:34',end:'2019-08-28T08:43:37',content:'TripClosingEventHandler 2659 ms', },
{id:189,start:'2019-08-28T08:43:36',end:'2019-08-28T08:43:37',content:'DriverScheduleEventHandler 347 ms', },
{id:190,start:'2019-08-28T08:43:37',end:'2019-08-28T08:43:38',content:'GetTripActivityEventHandler 974 ms', },
{id:191,start:'2019-08-28T08:43:51',end:'2019-08-28T08:43:51',content:'Common.Events.SearchUpdateEventHandler 328 ms', },
{id:192,start:'2019-08-28T08:43:52',end:'2019-08-28T08:43:53',content:'CNUSDispatchEvaluationHandler 1169 ms', },
{id:193,start:'2019-08-28T08:43:52',end:'2019-08-28T08:43:53',content:'TripDispatchedEventHandler 865 ms', },
{id:194,start:'2019-08-28T08:43:58',end:'2019-08-28T08:44:01',content:'IVRCalloutHandler 2342 ms', },
{id:195,start:'2019-08-28T08:43:59',end:'2019-08-28T08:44:13',content:'YardVanSwapEventHandler 13909 ms', },
{id:196,start:'2019-08-28T08:44:13',end:'2019-08-28T08:44:14',content:'Common.Events.SearchUpdateEventHandler 1017 ms', },
{id:197,start:'2019-08-28T08:44:22',end:'2019-08-28T08:44:22',content:'TripDispatchedEventHandler 438 ms', },
{id:198,start:'2019-08-28T08:44:40',end:'2019-08-28T08:45:08',content:'AutoStartShiftEventHandler 28284 ms', },
{id:199,start:'2019-08-28T08:44:44',end:'2019-08-28T08:44:46',content:'CNUSDispatchEvaluationHandler 1035 ms', },
{id:200,start:'2019-08-28T08:44:52',end:'2019-08-28T08:44:52',content:'DriverScheduleEventHandler 371 ms', },
{id:201,start:'2019-08-28T08:45:03',end:'2019-08-28T08:45:05',content:'Common.Events.SearchUpdateEventHandler 959 ms', },
{id:202,start:'2019-08-28T08:45:04',end:'2019-08-28T08:45:06',content:'DepartmentEventHandler 940 ms', },
{id:203,start:'2019-08-28T08:45:05',end:'2019-08-28T08:45:10',content:'DepartmentEventHandler 3547 ms', },
{id:204,start:'2019-08-28T08:45:06',end:'2019-08-28T08:45:06',content:'IVRCalloutHandler 710 ms', },
{id:205,start:'2019-08-28T08:45:07',end:'2019-08-28T08:45:35',content:'SubContractorAutocompleteEventHandler 27803 ms', },
{id:206,start:'2019-08-28T08:45:08',end:'2019-08-28T08:45:24',content:'IVRCalloutHandler 15450 ms', },
{id:207,start:'2019-08-28T08:45:09',end:'2019-08-28T08:45:23',content:'YardVanSwapEventHandler 13518 ms', },
{id:208,start:'2019-08-28T08:45:11',end:'2019-08-28T08:45:15',content:'CNUSDispatchEvaluationHandler 3478 ms', },
{id:209,start:'2019-08-28T08:45:12',end:'2019-08-28T08:45:15',content:'Common.Events.SearchUpdateEventHandler 3615 ms', },
{id:210,start:'2019-08-28T08:45:24',end:'2019-08-28T08:45:24',content:'Common.Events.SearchUpdateEventHandler 353 ms', },
{id:211,start:'2019-08-28T08:45:25',end:'2019-08-28T08:45:31',content:'IVRCalloutHandler 5757 ms', },
{id:212,start:'2019-08-28T08:45:26',end:'2019-08-28T08:45:34',content:'CleanupNodeHandler 7501 ms', },
{id:213,start:'2019-08-28T08:45:28',end:'2019-08-28T08:45:34',content:'GetTripActivityEventHandler 6272 ms', },
{id:214,start:'2019-08-28T08:45:28',end:'2019-08-28T08:45:29',content:'CNUSDispatchEvaluationHandler 320 ms', },
{id:215,start:'2019-08-28T08:45:29',end:'2019-08-28T08:45:31',content:'DriverStatusEventHandler 2007 ms', },
{id:216,start:'2019-08-28T08:45:29',end:'2019-08-28T08:45:29',content:'TripViewResourceEventHandler 451 ms', },
{id:217,start:'2019-08-28T08:45:29',end:'2019-08-28T08:45:30',content:'Common.Events.SearchUpdateEventHandler 399 ms', },
{id:218,start:'2019-08-28T08:45:29',end:'2019-08-28T08:45:42',content:'CleanupNodeHandler 13189 ms', },
{id:219,start:'2019-08-28T08:45:30',end:'2019-08-28T08:45:31',content:'TripMonitoringEventHandler 323 ms', },
{id:220,start:'2019-08-28T08:45:31',end:'2019-08-28T08:45:32',content:'Common.Events.SearchUpdateEventHandler 465 ms', },
{id:221,start:'2019-08-28T08:45:32',end:'2019-08-28T08:45:32',content:'Common.Events.SearchUpdateEventHandler 731 ms', },
{id:222,start:'2019-08-28T08:45:33',end:'2019-08-28T08:45:34',content:'Common.Events.SearchUpdateEventHandler 1631 ms', },
{id:223,start:'2019-08-28T08:45:34',end:'2019-08-28T08:45:34',content:'CNUSDispatchEvaluationHandler 420 ms', },
{id:224,start:'2019-08-28T08:45:34',end:'2019-08-28T08:45:39',content:'TripMonitoringEventHandler 4097 ms', },
{id:225,start:'2019-08-28T08:45:35',end:'2019-08-28T08:45:39',content:'CleanupNodeHandler 3805 ms', },
{id:226,start:'2019-08-28T08:45:35',end:'2019-08-28T08:45:36',content:'Common.Events.SearchUpdateEventHandler 1032 ms', },
{id:227,start:'2019-08-28T08:45:35',end:'2019-08-28T08:45:37',content:'Common.Events.SearchUpdateEventHandler 1371 ms', },
{id:228,start:'2019-08-28T08:45:37',end:'2019-08-28T08:45:37',content:'CNUSDispatchEvaluationHandler 604 ms', },
{id:229,start:'2019-08-28T08:45:50',end:'2019-08-28T08:45:51',content:'IVRCalloutHandler 588 ms', },
{id:230,start:'2019-08-28T08:45:50',end:'2019-08-28T08:45:51',content:'Common.Events.SearchUpdateEventHandler 352 ms', },
{id:231,start:'2019-08-28T08:46:52',end:'2019-08-28T08:48:13',content:'AutoCompleteShiftEventHandler 81056 ms', },
{id:232,start:'2019-08-28T08:46:53',end:'2019-08-28T08:47:04',content:'AutoCompleteTripEventHandler 11250 ms', },
{id:233,start:'2019-08-28T08:46:53',end:'2019-08-28T08:47:05',content:'AutoStartShiftEventHandler 11981 ms', },
{id:234,start:'2019-08-28T08:46:53',end:'2019-08-28T08:47:21',content:'AutoProcessVanUpdateCommandHandler 27677 ms', },
{id:235,start:'2019-08-28T08:46:54',end:'2019-08-28T08:47:17',content:'AutoStartTripEventHandler 23070 ms', },
{id:236,start:'2019-08-28T08:47:00',end:'2019-08-28T08:47:02',content:'DetectCompanyBusinessCommandHandler 1467 ms', },
{id:237,start:'2019-08-28T08:47:04',end:'2019-08-28T08:47:05',content:'DriverScheduleEventHandler 438 ms', },
{id:238,start:'2019-08-28T08:47:05',end:'2019-08-28T08:47:06',content:'DriverScheduleEventHandler 1415 ms', },
{id:239,start:'2019-08-28T08:47:06',end:'2019-08-28T08:47:07',content:'DetectCompanyBusinessCommandHandler 328 ms', },
{id:240,start:'2019-08-28T08:47:06',end:'2019-08-28T08:47:07',content:'CleanupNodeHandler 385 ms', },
{id:241,start:'2019-08-28T08:47:06',end:'2019-08-28T08:47:09',content:'GetTripActivityEventHandler 2869 ms', },
{id:242,start:'2019-08-28T08:47:07',end:'2019-08-28T08:47:20',content:'YardVanSwapEventHandler 13391 ms', },
{id:243,start:'2019-08-28T08:47:17',end:'2019-08-28T08:47:18',content:'CNUSDispatchEvaluationHandler 318 ms', },
{id:244,start:'2019-08-28T08:47:20',end:'2019-08-28T08:47:23',content:'TripClosingEventHandler 2891 ms', },
{id:245,start:'2019-08-28T08:48:02',end:'2019-08-28T08:48:07',content:'AutoCompleteTripEventHandler 5101 ms', },
{id:246,start:'2019-08-28T08:48:02',end:'2019-08-28T08:48:07',content:'AutoProcessVanUpdateCommandHandler 5352 ms', },
{id:247,start:'2019-08-28T08:48:02',end:'2019-08-28T08:48:14',content:'AutoStartShiftEventHandler 12418 ms', },
{id:248,start:'2019-08-28T08:48:02',end:'2019-08-28T08:48:22',content:'AutoStartTripEventHandler 19724 ms', },
{id:249,start:'2019-08-28T08:48:05',end:'2019-08-28T08:48:06',content:'DriverScheduleEventHandler 347 ms', },
{id:250,start:'2019-08-28T08:48:06',end:'2019-08-28T08:48:06',content:'IVRCalloutHandler 411 ms', },
{id:251,start:'2019-08-28T08:48:06',end:'2019-08-28T08:48:20',content:'YardVanSwapEventHandler 14613 ms', },
{id:252,start:'2019-08-28T08:48:06',end:'2019-08-28T08:48:13',content:'IVRCalloutHandler 6578 ms', },
{id:253,start:'2019-08-28T08:48:06',end:'2019-08-28T08:48:12',content:'IVRCalloutHandler 6191 ms', },
{id:254,start:'2019-08-28T08:48:07',end:'2019-08-28T08:48:07',content:'CleanupNodeHandler 209 ms', },
{id:255,start:'2019-08-28T08:48:07',end:'2019-08-28T08:48:09',content:'GetTripActivityEventHandler 1385 ms', },
{id:256,start:'2019-08-28T08:48:12',end:'2019-08-28T08:48:13',content:'TripDispatchedEventHandler 339 ms', },
{id:257,start:'2019-08-28T08:48:12',end:'2019-08-28T08:48:13',content:'TripDispatchedEventHandler 349 ms', },
{id:258,start:'2019-08-28T08:48:13',end:'2019-08-28T08:48:14',content:'SendSMSEventHandler 986 ms', },
{id:259,start:'2019-08-28T08:48:51',end:'2019-08-28T08:48:52',content:'SendSMSEventHandler 873 ms', },
{id:260,start:'2019-08-28T08:49:02',end:'2019-08-28T08:49:14',content:'AutoStartShiftEventHandler 11912 ms', },
{id:261,start:'2019-08-28T08:49:02',end:'2019-08-28T08:49:21',content:'AutoStartTripEventHandler 19039 ms', },
{id:262,start:'2019-08-28T08:49:02',end:'2019-08-28T08:49:03',content:'DriverScheduleEventHandler 449 ms', },
{id:263,start:'2019-08-28T08:49:07',end:'2019-08-28T08:49:21',content:'YardVanSwapEventHandler 14013 ms', },
{id:264,start:'2019-08-28T08:49:22',end:'2019-08-28T08:49:23',content:'IVRCalloutHandler 874 ms', },
{id:265,start:'2019-08-28T08:49:44',end:'2019-08-28T08:49:44',content:'TripDispatchedEventHandler 369 ms', },
]);
// Configuration for the Timeline
var options = {};
// Create a Timeline
var timeline = new vis.Timeline(container, items, options);
}
window.onload = function() {
init();
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment