Skip to content

Commit 4c6751d

Browse files
committed
fix: hide tooltip toggle from chart context menu
1 parent b887ba6 commit 4c6751d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/Compare/FacetBarChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ const config = computed<VueUiHorizontalBarConfig>(() => {
119119
theme: isDarkMode.value ? 'dark' : '',
120120
userOptions: {
121121
buttons: {
122+
tooltip: false,
122123
pdf: false,
123124
fullscreen: false,
124125
sort: false,

0 commit comments

Comments
 (0)