We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350de83 commit 0a862e0Copy full SHA for 0a862e0
packages/collaboration/src/activitydisplay.tsx
@@ -90,7 +90,7 @@ const ActivityDisplayComponent: React.FC<ActivityDisplayComponentProps> = ({trac
90
type: 'bar',
91
orientation: 'h',
92
marker: {color: 'green'},
93
- hovertemplate: '%{x} user(s) on cell %{y}'
+ hovertemplate: '%{x} user(s) on cell %{y}<extra></extra>'
94
}] as Plotly.Data[];
95
96
const layout = {
@@ -108,9 +108,6 @@ const ActivityDisplayComponent: React.FC<ActivityDisplayComponentProps> = ({trac
108
r: 30,
109
t: 30,
110
b: 60
111
- },
112
- hoverlabel: {
113
- namelength: 0
114
}
115
};
116
0 commit comments