Skip to content

Commit f8b01c6

Browse files
committed
fix: hoverinfo on content chart
1 parent 0eb119f commit f8b01c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-frontend/src/elements/routes/pages/content/ContentChart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ function ContentChart({ content, identifier, width, height }: InputProps) {
6161
labels,
6262
values: labels.map((_, i) => counts[i]),
6363
textinfo: 'label',
64+
hoverinfo: 'label',
6465
insidetextorientation: 'radial',
6566
},
6667
];

0 commit comments

Comments
 (0)