We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b28b commit 4adadaeCopy full SHA for 4adadae
src/components/MetricsViewer.vue
@@ -58,14 +58,14 @@
58
59
<v-main class="p-1" style="min-height: 300px;">
60
61
+ <v-container style="min-height: 300px;" class="px-4 elevation-2">
62
<h2>Acceptance rate by count (%)</h2>
63
<Bar :data="acceptanceRateByCountChartData" :options="chartOptions" />
64
65
<h2>Total Suggestions Count | Total Acceptances Count</h2>
66
<Line :data="totalSuggestionsAndAcceptanceChartData" :options="chartOptions" />
67
- <v-container style="min-height: 300px;" class="px-4 elevation-2">
68
- <h2>Acceptance rate by lines (%)</h2>
+ <h2>Acceptance rate by lines (%)</h2>
69
<Bar :data="acceptanceRateByLinesChartData" :options="chartOptions" />
70
71
<h2>Total Lines Suggested | Total Lines Accepted</h2>
0 commit comments