Browse Source

remove whitespace

pull/2476/head
Anthony Bell 6 years ago
parent
commit
717b8ff811
  1. 2
      src/data.js

2
src/data.js

@ -351,7 +351,7 @@ ChartInternal.prototype.findClosest = function (values, pos) {
// find closest point from non-bar
values.filter(function (v) {
return v && !$$.isBarType(v.id);
}).forEach(function (v) {
}).forEach(function (v) {
var d = $$.horizontalDistance(v, pos);
if (d < minDist || !minDist) {
minDist = d;

Loading…
Cancel
Save