We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb23c2 commit 99f3ff5Copy full SHA for 99f3ff5
changes.md
@@ -2,7 +2,7 @@
2
3
## Changes in 5.3.x
4
1. Fix - use FontSize when draw TLegend entries
5
-
+2. Fix - correctly show th2 overflow stats
6
7
## Changes in 5.3.1
8
1. Fix - show TH2 projections also when tooltip is disabled
scripts/JSRootPainter.hist.js
@@ -1668,7 +1668,7 @@
1668
var line = lines[j];
1669
if (j>0) maxlen = Math.max(maxlen, line.length);
1670
if ((j == 0) || (line.indexOf('|') < 0)) continue;
1671
- if (first_stat === 0) first_stat = lines.length-1;
+ if (first_stat === 0) first_stat = j;
1672
var parts = line.split("|");
1673
if (parts.length > num_cols)
1674
num_cols = parts.length;
0 commit comments