Skip to content

Commit c64f413

Browse files
authored
fix: increase chart right padding (#1620)
1 parent 22bc338 commit c64f413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ const chartConfig = computed<VueUiXyConfig>(() => {
14101410
chart: {
14111411
height: isMobile.value ? 950 : 600,
14121412
backgroundColor: colors.value.bg,
1413-
padding: { bottom: displayedGranularity.value === 'yearly' ? 84 : 64, right: 100 }, // padding right is set to leave space of last datapoint label(s)
1413+
padding: { bottom: displayedGranularity.value === 'yearly' ? 84 : 64, right: 128 }, // padding right is set to leave space of last datapoint label(s)
14141414
userOptions: {
14151415
buttons: {
14161416
pdf: false,

0 commit comments

Comments
 (0)