We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871a012 commit 30b62b1Copy full SHA for 30b62b1
src/graph_spectrum_plot.js
@@ -1523,11 +1523,11 @@ GraphSpectrumPlot._drawMousePosition = function (
1523
if (this._spectrumType === SPECTRUM_TYPE.POWER_SPECTRAL_DENSITY) {
1524
const psdLabel = Math.round(this.getPSDbyFreq(mouseFrequency)).toString() + "dBm/Hz";
1525
this._drawAxisLabel(
1526
- canvasCtx,
1527
- psdLabel,
1528
- mouseX - 30,
1529
- mouseY - 4,
1530
- "left",
+ canvasCtx,
+ psdLabel,
+ mouseX - 30,
+ mouseY - 4,
+ "left",
1531
);
1532
}
1533
0 commit comments