#10724 Fix whitespace

pull/10742/head
Tyler Tolley 7 years ago
parent bde5499552
commit ca3c1d8c63
  1. 6
      public/app/plugins/panel/heatmap/heatmap_tooltip.ts

@ -157,11 +157,11 @@ export class HeatmapTooltip {
return x-bucket.x <= data.xBucketSize && x-bucket.x >0;
});
let xBucketIndex;
if(!xBucket)
if (!xBucket) {
xBucketIndex = getValueBucketBound(x, data.xBucketSize, 1);
else
} else {
xBucketIndex = xBucket.x;
}
return xBucketIndex;
}

Loading…
Cancel
Save