Skip to content
Snippets Groups Projects

Resolve "PAB: Erreur d'abscisses sur le profil en long"

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -1385,6 +1385,9 @@ export class PabTableComponent implements AfterViewInit, AfterViewChecked, OnIni
}
public getCellValue(cell) {
if(typeof cell.model.singleValue === "string") {
cell.model.singleValue = +cell.model.singleValue;
}
return round(cell.model.singleValue, this.nDigits);
}
Loading