From cbd23c3d295d8bad324b9fd3e39b44fd9dab91e2 Mon Sep 17 00:00:00 2001 From: "Wortman, Elliot (UG - Comp Sci & Elec Eng)" <ew00710@surrey.ac.uk> Date: Sun, 26 Nov 2023 16:44:13 +0000 Subject: [PATCH] Remove empty CSS class stylings --- src/components/MultiAxisChart.vue | 3 --- src/components/MultiLineChart.vue | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/components/MultiAxisChart.vue b/src/components/MultiAxisChart.vue index 24097c2..888f190 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 ab1a19c..9d8aa37 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 -- GitLab