We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95a3bf commit eab3a4cCopy full SHA for eab3a4c
script-gen-ui/src/app/components/main-sweep/plot-container/plot-bias/plot-bias.component.ts
@@ -270,7 +270,7 @@ export class PlotBiasComponent
270
max = Math.max(...range);
271
}
272
} else {
273
- max = parseToDecimal(this.sourceRange.value);
+ max = parseToDecimal(this.sourceRange.value,(this.plotLayout.yaxis2.ticksuffix).trim());
274
275
if (typeof max === 'number' && !isNaN(max)) {
276
const maxRange = PlotUtils.computeMaxRange(-max, max);
0 commit comments