From 4ae4734dbff4a844f1a2f0df4a841fe880926f8d Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 1 Apr 2019 16:26:40 +0300 Subject: [PATCH] fix flotr2 --- client/lib/flotr2.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/lib/flotr2.js b/client/lib/flotr2.js index b1231a3d1c..27543553ad 100644 --- a/client/lib/flotr2.js +++ b/client/lib/flotr2.js @@ -5180,6 +5180,9 @@ Flotr.addPlugin('hit', { } else { p = 'n'; } + if (this.plotWidth - n.xaxis.d2p(n.x) < 30) { + p += 'w;' + } } // EspoCRM fix end