修改长短径工具标注信息
parent
5edd252a12
commit
72c6b433b6
|
@ -156,7 +156,7 @@ const getTextBoxText = (data, rowPixelSpacing, colPixelSpacing) => {
|
|||
}
|
||||
|
||||
const lengthText = ` L ${data.longestDiameter}${suffix}`
|
||||
const widthText = ` W ${data.shortestDiameter}${suffix}`
|
||||
const widthText = ` S ${data.shortestDiameter}${suffix}`
|
||||
|
||||
const { labels } = data
|
||||
|
||||
|
|
Loading…
Reference in New Issue