I am having difficulty with finding where to modify the precision of displayed units in the canvas.
e.g. the Distance command only gives the x and y values to integer precision
For that, you must create or modify the DMSTYL included into your Sheet Templates. The attributes Precision code must be update.
For instance, we set up 2 DIMSTYL one for integrer value and the other one with 1 decimal.
At LAYE level.
You need to check (modify) PCODE attribute.
For example: Pcode mms to 2 dpls Inches to 1 dpls Fractions to 32 ths Angles to 1 dpls Trailing zeros On
HTH