Skip to content

Commit 0a862e0

Browse files
committed
Removed "trace 0" label on graph bar hover
1 parent 350de83 commit 0a862e0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/collaboration/src/activitydisplay.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const ActivityDisplayComponent: React.FC<ActivityDisplayComponentProps> = ({trac
9090
type: 'bar',
9191
orientation: 'h',
9292
marker: {color: 'green'},
93-
hovertemplate: '%{x} user(s) on cell %{y}'
93+
hovertemplate: '%{x} user(s) on cell %{y}<extra></extra>'
9494
}] as Plotly.Data[];
9595

9696
const layout = {
@@ -108,9 +108,6 @@ const ActivityDisplayComponent: React.FC<ActivityDisplayComponentProps> = ({trac
108108
r: 30,
109109
t: 30,
110110
b: 60
111-
},
112-
hoverlabel: {
113-
namelength: 0
114111
}
115112
};
116113

0 commit comments

Comments
 (0)