@jbrowse/plugin-wiggle 1.6.6 → 1.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2694,10 +2694,6 @@ var LinePlotRenderer = /*#__PURE__*/function (_WiggleBaseRenderer) {
2694
2694
  feature: feature
2695
2695
  });
2696
2696
  };
2697
- ctx.strokeStyle = 'grey';
2698
- ctx.moveTo(0, toY(0));
2699
- ctx.lineTo(width, toY(0));
2700
- ctx.stroke();
2701
2697
  var lastVal;
2702
2698
 
2703
2699
  var _iterator = _createForOfIteratorHelper(features.values()),