From b325accd983067374be900cc0ea60eefc426ae97 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Wed, 30 Oct 2024 16:45:29 +0100 Subject: [PATCH] Build --- build/jsroot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jsroot.js b/build/jsroot.js index d28cb6a34..a83d5e473 100644 --- a/build/jsroot.js +++ b/build/jsroot.js @@ -82873,7 +82873,7 @@ let TH1Painter$2 = class TH1Painter extends THistPainter { findbin = null; else if ((pnt_x < grx1 - gapx) || (pnt_x > grx2 + gapx)) findbin = null; // if bars option used check that bar is not match - else if (!this.options.Zero && (histo.getBinContent(findbin+1) === 0)) + else if (!this.options.Zero && (histo.getBinContent(findbin+1) === 0) && (histo.getBinError(findbin+1) === 0)) findbin = null; // exclude empty bin if empty bins suppressed }