update angular to 13.1.0
This commit is contained in:
@@ -20,11 +20,6 @@ export class YAxisDefinitionComponent {
|
||||
}
|
||||
|
||||
getAxisDefinition() {
|
||||
const result = new YAxisDefinition();
|
||||
result.axisScale = this.yAxisScale;
|
||||
result.rangeMin = this.minYValue;
|
||||
result.rangeMax = this.maxYValue;
|
||||
result.rangeUnit = this.yAxisUnit;
|
||||
return result;
|
||||
return new YAxisDefinition(this.yAxisScale,this.minYValue,this.maxYValue,this.yAxisUnit);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user