Skip to content

Commit 15b53bf

Browse files
feat: add quadrant chart to compare page (#2388)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 87cf141 commit 15b53bf

File tree

14 files changed

+1701
-13
lines changed

14 files changed

+1701
-13
lines changed

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
196196
},
197197
nameLabels: {
198198
fontSize: isMobile.value ? 12 : 18,
199-
color: colors.value.fgSubtle,
199+
color: colors.value.fg,
200200
},
201201
underlayerColor: colors.value.bg,
202202
},

0 commit comments

Comments
 (0)