Properties
| "whole"
| "oneDp"
| "twoDp"
| "threeDp"
| "fourDp"
| "1/2"
| "1/4"
| "1/8"
| "1/16"
Precision values for the length of measurement annotations
{ … }
The custom scale passed in the configuration, it represent the scale used in the document
| Property | Description |
|---|---|
| fromDescription | |
| fromValue | |
| toDescription | |
| toValue | |
| unitFrom | |
| unitTo |
Standalone only.
Optional compound (mixed-unit) chain appended to the scale's primary unit, as an ordered list of progressively smaller units. For example, a metres scale with
[{ unitTo: CENTIMETERS }, { unitTo: MILLIMETERS }]renders measurements as2 m 0 cm 0 mm.