We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3877f84 commit 6334c89Copy full SHA for 6334c89
src/graph_spectrum_plot.js
@@ -1568,8 +1568,8 @@ GraphSpectrumPlot._drawMousePosition = function (
1568
lineWidth
1569
);
1570
1571
- if (this._spectrumType == SPECTRUM_TYPE.PSD_VS_THROTTLE ||
1572
- this._spectrumType == SPECTRUM_TYPE.PSD_VS_RPM) {
+ if (this._spectrumType === SPECTRUM_TYPE.PSD_VS_THROTTLE ||
+ this._spectrumType === SPECTRUM_TYPE.PSD_VS_RPM) {
1573
const label = Math.round(this.getValueFromMatrixFFT(mouseFrequency, vsArgValue)).toString() + "dBm/Hz";
1574
this._drawAxisLabel(
1575
canvasCtx,
0 commit comments