Skip to content

Commit 69dd67e

Browse files
committed
The 'Max motor noise' label is renamed to 'Max noise'
1 parent dc19b37 commit 69dd67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/graph_spectrum_plot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
378378
canvasCtx,
379379
this._fftData.maxNoiseIdx,
380380
PLOTTED_BLACKBOX_RATE,
381-
"Max motor noise",
381+
"Max noise",
382382
WIDTH,
383383
HEIGHT,
384384
15 * 5 + MARGIN,
@@ -943,7 +943,7 @@ GraphSpectrumPlot._drawFiltersAndMarkers = function (canvasCtx) {
943943
canvasCtx,
944944
this._fftData.maxNoiseIdx,
945945
PLOTTED_BLACKBOX_RATE,
946-
"Max motor noise",
946+
"Max noise",
947947
WIDTH,
948948
HEIGHT,
949949
15 * offset + MARGIN,

0 commit comments

Comments
 (0)