Skip to content

Commit b29b0fb

Browse files
committed
Fix - tooltips for 3D lego plots
1 parent b9e1f27 commit b29b0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.more.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,7 +3205,7 @@
32053205
i2 = this.GetSelectIndex("x", "right", 1),
32063206
j1 = this.GetSelectIndex("y", "left", 0),
32073207
j2 = this.GetSelectIndex("y", "right", 1),
3208-
name = this.GetTipName("\n"),
3208+
name = this.GetTipName("<br/>"),
32093209
xx = [], yy = [], i, j, x, y,
32103210
nbins = 0, binz = 0, sumz = 0;
32113211

0 commit comments

Comments
 (0)