diff --git a/src/components/MultiAxisChart.vue b/src/components/MultiAxisChart.vue
index 24097c28785a895f67a52e3dbf5bcca325ba1ffe..888f190f63b6ce443c4651c9bfca38f5da1b1bb6 100644
--- a/src/components/MultiAxisChart.vue
+++ b/src/components/MultiAxisChart.vue
@@ -83,8 +83,5 @@ export default {
 </script>
 
 <style scoped>
-.chart-container {
-    /* Your styles here */
-}
 </style>
   
\ No newline at end of file
diff --git a/src/components/MultiLineChart.vue b/src/components/MultiLineChart.vue
index ab1a19cd2f2619b0b743b33a11c9fefc74d3b5ea..9d8aa370ced4390a7a5abb46006e140e92b3f793 100644
--- a/src/components/MultiLineChart.vue
+++ b/src/components/MultiLineChart.vue
@@ -66,8 +66,5 @@ export default {
 </script>
 
 <style scoped>
-.chart-container {
-    /* Your styles here */
-}
 </style>
   
\ No newline at end of file