Total number of trains: {{ this.insights["totalNumTrains"] }}
Trains: {{ this.insights["numTrains"] }}
Darts: {{ this.insights["numDarts"] }}
Number of actively running trains: {{ this.insights["numRunningTrains"] }}
Percentage late: {{ this.insights["percentageLate"] }}%
Percentage early or ontime: {{ this.insights["percentageNotLate"] }}%
Latest train: {{ this.latestTrain["TrainCode"][0] }}, {{ this.insights["latestTime"] }} mins late
Earliest train: {{ this.earliestTrain["TrainCode"][0] }}, {{ this.insights["earliestTime"] * -1 }} mins early
Total number of stations: {{ this.insights["totalNumStations"] }}
Trains: {{ this.insights["numTrainStations"] }}
Darts: {{ this.insights["numDartStations"] }}
{{ item.time }} mins late
{{ item.time * -1}} mins early