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 3f8e2e5 commit e08c80fCopy full SHA for e08c80f
changes.md
@@ -1,5 +1,10 @@
1
# JSROOT changelog
2
3
+## Changes in 5.8.x
4
+1. Fix - use Math.floor when search for bin label
5
+2. Fix - renable correct highlight of TGraphErrors
6
+
7
8
## Changes in 5.8.0
9
1. Many TGeo-related changes:
10
- use TGeoManager::fVisLevel in geometry painter
scripts/JSRootCore.js
@@ -95,7 +95,7 @@
95
96
"use strict";
97
98
- JSROOT.version = "5.8.0 16/10/2019";
+ JSROOT.version = "5.8.x 19/12/2019";
99
100
JSROOT.source_dir = "";
101
JSROOT.source_min = false;
0 commit comments