Skip to content

Commit b3da028

Browse files
authored
fix: typo in chart config attribute (#2328)
1 parent e2a7b59 commit b3da028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
131131
csv: false,
132132
altCopy: true,
133133
},
134-
buttonTitle: {
134+
buttonTitles: {
135135
img: $t('package.trends.download_file', { fileType: 'PNG' }),
136136
svg: $t('package.trends.download_file', { fileType: 'SVG' }),
137137
altCopy: $t('package.trends.copy_alt.button_label'),

0 commit comments

Comments
 (0)