Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9f780bb
chore: bump vue-data-ui from 3.17.3 to 3.17.8
graphieros Apr 5, 2026
88dce54
feat: add quadrant chart utility
graphieros Apr 5, 2026
3174980
feat: make watermark generator more flexible
graphieros Apr 5, 2026
3805191
feat: add facet quadrant chart to compare page
graphieros Apr 5, 2026
85e6ac8
chore: add translations
graphieros Apr 5, 2026
e4dff84
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 5, 2026
b363f85
fix: only render quadrant if packages are selected
graphieros Apr 5, 2026
47976d1
ChartPatternSlotProps
graphieros Apr 5, 2026
0123e31
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 5, 2026
b6501a5
fix: allow teleport warning for chart legend
graphieros Apr 5, 2026
845b221
chore: bump vue-data-ui from 3.17.8 to 3.17.9
graphieros Apr 5, 2026
7b040b1
fix: remove log
graphieros Apr 5, 2026
1cad7a2
fix: restore a11y test
graphieros Apr 5, 2026
8466bcb
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 5, 2026
11fd407
fix: set a max width on quadrant wrapper
graphieros Apr 5, 2026
b548437
fix: use log ceilings instead of relative normalisations
graphieros Apr 5, 2026
23f5438
fix: use more readable text color
graphieros Apr 5, 2026
5ab59d6
fix: add translations and other fixes
graphieros Apr 5, 2026
ef970f7
fix: add missing type and guard
graphieros Apr 5, 2026
4857c61
fix: add translations
graphieros Apr 5, 2026
b6a4bb3
fix: add missing import
graphieros Apr 5, 2026
df7afbc
fix: improve quadrant labels
graphieros Apr 5, 2026
901f8c2
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 5, 2026
5c6564c
fix: adjust efficiency weights to sum to 1
graphieros Apr 5, 2026
0385f67
fix: translations
graphieros Apr 5, 2026
7079805
fix: add missing type
graphieros Apr 5, 2026
d7d203b
Merge branch 'compare-quadrant-chart' of https://github.com/npmx-dev/…
graphieros Apr 5, 2026
c27eb19
[autofix.ci] apply automated fixes
autofix-ci[bot] Apr 5, 2026
2150f0a
fix: add translation for the tooltip trigger's aria-label
graphieros Apr 5, 2026
92e693f
fix: add fallbacks in tooltip values
graphieros Apr 5, 2026
7c071f3
fix: include vue-data-ui components in optimizeDeps
graphieros Apr 5, 2026
7f4b3b3
fix: typo...
graphieros Apr 5, 2026
745b3eb
fix: filter out no dependency id package
graphieros Apr 5, 2026
e07675b
fix: address no-map-spread warning
graphieros Apr 6, 2026
cd795dd
fix: remove redundant guard
graphieros Apr 6, 2026
25d82ae
Merge branch 'main' into compare-quadrant-chart
graphieros Apr 6, 2026
0324237
fix: do not crop overflowing long data labels on the rim
graphieros Apr 6, 2026
b209867
chore: bump vue-data-ui from 3.17.9 to 3.17.10
graphieros Apr 6, 2026
65330e4
Merge branch 'main' into compare-quadrant-chart
graphieros Apr 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/Compare/FacetBarChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
},
nameLabels: {
fontSize: isMobile.value ? 12 : 18,
color: colors.value.fgSubtle,
color: colors.value.fg,
},
underlayerColor: colors.value.bg,
},
Expand Down
Loading
Loading