Skip to content

Commit 77acf1e

Browse files
committed
The samples data slice is removed to prevent spectrum issue for some log files
1 parent 6334c89 commit 77acf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum_calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ GraphSpectrumCalc._getFlightSamplesFreq = function(scaled = true) {
403403
}
404404

405405
return {
406-
samples : samples.slice(0, samplesCount),
406+
samples : samples,
407407
count : samplesCount,
408408
};
409409
};

0 commit comments

Comments
 (0)