Skip to content

Commit 69bba4e

Browse files
rename axis label
1 parent 0cb528b commit 69bba4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ export class SpectrumPlot {
829829
},
830830
xaxis: {
831831
title: {
832-
text: 'Measurement Point [1]'
832+
text: 'Data Point [1]'
833833
},
834834
mirror: true,
835835
linewidth: 2,

0 commit comments

Comments
 (0)