Skip to content

Commit 4adadae

Browse files
committed
Refactor MetricsViewer layout to improve readability by adjusting header positions and container structure.
1 parent bc6b28b commit 4adadae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MetricsViewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858

5959
<v-main class="p-1" style="min-height: 300px;">
6060

61+
<v-container style="min-height: 300px;" class="px-4 elevation-2">
6162
<h2>Acceptance rate by count (%)</h2>
6263
<Bar :data="acceptanceRateByCountChartData" :options="chartOptions" />
6364

6465
<h2>Total Suggestions Count | Total Acceptances Count</h2>
6566
<Line :data="totalSuggestionsAndAcceptanceChartData" :options="chartOptions" />
6667

67-
<v-container style="min-height: 300px;" class="px-4 elevation-2">
68-
<h2>Acceptance rate by lines (%)</h2>
68+
<h2>Acceptance rate by lines (%)</h2>
6969
<Bar :data="acceptanceRateByLinesChartData" :options="chartOptions" />
7070

7171
<h2>Total Lines Suggested | Total Lines Accepted</h2>

0 commit comments

Comments
 (0)