sales pipeline tick position

This commit is contained in:
Yuri Kuznetsov
2014-09-16 18:47:19 +03:00
parent 583f3d33e8
commit fda8de500c
@@ -181,6 +181,7 @@ Espo.define('Crm:Views.Dashlets.SalesPipeline', 'Crm:Views.Dashlets.Abstract.Cha
mouse: {
track: true,
relative: true,
position: 'ne',
trackFormatter: function (obj) {
if (obj.x >= self.chartData.length) {
return null;