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 07f63dc commit a80c656Copy full SHA for a80c656
changes.md
@@ -1,6 +1,6 @@
1
# JSROOT changelog
2
3
-## Changes in 4.4.x
+## Changes in 4.4.3
4
1. Fix - wrong selection of TH1 Y axis range when errors are displayed (#44)
5
2. Fix - apply user range for TH1 X-axis zooming (#44)
6
3. Fix - protect against patalogic case of 1-bin histogram
scripts/JSRootCore.js
@@ -94,7 +94,7 @@
94
}
95
} (function(JSROOT) {
96
97
- JSROOT.version = "4.4.2 11/04/2016";
+ JSROOT.version = "4.4.3 14/04/2016";
98
99
JSROOT.source_dir = "";
100
JSROOT.source_min = false;
0 commit comments