diff --git a/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.css b/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.css
index 1137428..d52e6a2 100644
--- a/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.css
+++ b/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.css
@@ -1,18 +1,24 @@
.formListTunnelFlight {
- display: flex;
- flex-direction: column;
-
- min-width: 150px;
- max-width: 500px;
- width: 100%;
- }
-
- .content {
- min-height: 90vh;
- display: flex;
- justify-content: left;
- flex-direction: column;
- align-items: initial;
- padding-top: 25px;
- }
-
\ No newline at end of file
+ display: flex;
+ flex-direction: column;
+
+ min-width: 150px;
+ max-width: 500px;
+ width: 100%;
+}
+
+.content {
+ min-height: 90vh;
+ display: flex;
+ justify-content: left;
+ flex-direction: column;
+ align-items: initial;
+ padding-top: 25px;
+}
+
+.chart-container {
+ position: relative;
+ margin: auto;
+ height: 80vh;
+ width: 80vw;
+}
diff --git a/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html b/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html
index e9f703e..8d54f86 100644
--- a/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html
+++ b/Front/skydivelogs-app/src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html
@@ -1,89 +1,136 @@
-
-
-
+
+
+
-
+
-
- {{ 'ListTunnelFlight_CurrentYear' | translate }}
- {{ 'ListTunnelFlight_12Months' | translate }}
- {{ 'ListTunnelFlight_AllFlights' | translate }}
-
+
+ {{
+ "ListTunnelFlight_CurrentYear" | translate
+ }}
+ {{
+ "ListTunnelFlight_12Months" | translate
+ }}
+ {{
+ "ListTunnelFlight_AllFlights" | translate
+ }}
+
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
+
+
-
-
- | ID |
-
-
- |
-
+
+
+ | ID |
+
+
+ |
+
-
- Tunnel |
-
-
- |
-
+
+ Tunnel |
+
+
+ |
+
-
- Jump Type |
-
-
- |
-
+
+ Jump Type |
+
+
+ |
+
-
- Minutes |
-
-
- |
-
+
+ Minutes |
+
+
+ |
+
-
- Notes |
-
-
- |
-
+
+ Notes |
+
+
+ |
+
-
- Date |
-
-
- |
-
+
+ Date |
+
+
+ |
+
-
- |
-
- delete
- |
-
+
+ |
+
+ delete
+ |
+
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+