Skip to content

Commit 5128a7f

Browse files
committed
Code issues are resolved
1 parent ce018de commit 5128a7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/graph_spectrum_plot.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
368368
MARGIN,
369369
"Hz",
370370
);
371+
<<<<<<< HEAD
371372
this._drawVerticalGridLines(
372373
canvasCtx,
373374
LEFT,
@@ -393,6 +394,8 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
393394
);
394395

395396
canvasCtx.restore();
397+
=======
398+
>>>>>>> 0bdf2f4 (Code issues are resolved)
396399
};
397400

398401
GraphSpectrumPlot._drawFrequencyVsXGraph = function (canvasCtx) {

0 commit comments

Comments
 (0)