Skip to content

Commit f4690c5

Browse files
RajeshwriKrajeshwari-kiwad
andauthored
Task/tsp 1343 timing requirements (#63)
Changed x axis readings from Xm s to Xms --------- Co-authored-by: rajeshwari-kiwad <[email protected]>
1 parent 4fac2d2 commit f4690c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class PlotBiasComponent
5858
plotLayout = {
5959
xaxis: {
6060
visible: true,
61-
ticksuffix: ' s',
61+
ticksuffix: 's',
6262
rangemode: 'nonnegative',
6363
separatethousands: false,
6464
tickfont: {
@@ -85,7 +85,7 @@ export class PlotBiasComponent
8585
linewidth: 1,
8686
range: [0, 1],
8787
tickformat: '.3~s',
88-
exponentformat: 'SI'
88+
exponentformat: 'SI',
8989
},
9090
xaxis2: {
9191
visible: true,

script-gen-ui/src/app/components/main-sweep/plot-container/plot-step/plot-step.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class PlotStepComponent
8989
plotLayout = {
9090
xaxis: {
9191
visible: true,
92-
ticksuffix: ' s',
92+
ticksuffix: 's',
9393
rangemode: 'nonnegative',
9494
separatethousands: false,
9595
tickfont: {

script-gen-ui/src/app/components/main-sweep/plot-container/plot-sweep/plot-sweep.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class PlotSweepComponent
8484
plotLayout = {
8585
xaxis: {
8686
visible: true,
87-
ticksuffix: ' s',
87+
ticksuffix: 's',
8888
rangemode: 'nonnegative',
8989
separatethousands: false,
9090
tickfont: {

0 commit comments

Comments
 (0)