Skip to content

Commit 7f1645d

Browse files
committed
handle hoverlabel.namelength in Fx.multiHovers
1 parent 08d3fe0 commit 7f1645d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fx/hover.js

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ exports.multiHovers = function multiHovers(hoverItems, opts) {
181181
fontFamily: hoverItem.fontFamily,
182182
fontSize: hoverItem.fontSize,
183183
fontColor: hoverItem.fontColor,
184+
nameLength: hoverItem.nameLength,
184185

185186
// filler to make createHoverText happy
186187
trace: hoverItem.trace || {

0 commit comments

Comments
 (0)