fix flotr2

This commit is contained in:
yuri
2019-04-01 16:26:40 +03:00
parent cc72de7121
commit 4ae4734dbf
+3
View File
@@ -5180,6 +5180,9 @@ Flotr.addPlugin('hit', {
} else {
p = 'n';
}
if (this.plotWidth - n.xaxis.d2p(n.x) < 30) {
p += 'w;'
}
}
// EspoCRM fix end