@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.
- package/dist/plugin-wiggle.cjs.development.js +0 -4
- package/dist/plugin-wiggle.cjs.development.js.map +1 -1
- package/dist/plugin-wiggle.cjs.production.min.js +1 -1
- package/dist/plugin-wiggle.cjs.production.min.js.map +1 -1
- package/dist/plugin-wiggle.esm.js +0 -4
- package/dist/plugin-wiggle.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/LinePlotRenderer/LinePlotRenderer.js +0 -5
|
@@ -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()),
|