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 e2a7b59 commit b3da028Copy full SHA for b3da028
app/components/Compare/FacetBarChart.vue
@@ -131,7 +131,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
131
csv: false,
132
altCopy: true,
133
},
134
- buttonTitle: {
+ buttonTitles: {
135
img: $t('package.trends.download_file', { fileType: 'PNG' }),
136
svg: $t('package.trends.download_file', { fileType: 'SVG' }),
137
altCopy: $t('package.trends.copy_alt.button_label'),
0 commit comments