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 e819224 commit 6457313Copy full SHA for 6457313
changes.md
@@ -1,5 +1,9 @@
1
# JSROOT changelog
2
3
+## Changes in 4.7.x
4
+1. Fix - error in irregular axis drawings
5
+
6
7
## Changes in 4.7.1
8
1. Workaround for MathJax output - scaling not always works in Firefox
9
2. Fix - bin scaling for box draw option for TH2 and TH3 histograms
scripts/JSRootCore.js
@@ -92,7 +92,7 @@
92
}
93
} (function(JSROOT) {
94
95
- JSROOT.version = "4.7.1 1/11/2016";
+ JSROOT.version = "4.7.x 4/11/2016";
96
97
JSROOT.source_dir = "";
98
JSROOT.source_min = false;
0 commit comments