Text cotation css modified + no decimal display on text
This commit is contained in:
parent
0d557624f7
commit
320d68e27f
4 changed files with 7 additions and 7 deletions
|
@ -74,7 +74,7 @@ function AddNewDimension(currentDepth: number, min: number, max: number, lastY:
|
|||
const strokeWidth = 1;
|
||||
const width = xEnd - xStart;
|
||||
const text = width
|
||||
.toFixed(2)
|
||||
.toFixed(0)
|
||||
.toString();
|
||||
|
||||
if (width === 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue