fix(docs): Insert space between numbers and SI units
This commit is contained in:
parent
d0415b33a5
commit
7b8b6997d0
11 changed files with 24 additions and 24 deletions
|
@ -37,12 +37,12 @@ For most cases, the default will be fine.
|
|||
|
||||
points.x1 = paths.example
|
||||
.shiftAlong(20)
|
||||
.attr("data-text", "2cm")
|
||||
.attr("data-text", "2 cm")
|
||||
.attr("data-text-class", "center fill-note")
|
||||
.attr("data-text-lineheight", 6)
|
||||
points.x2 = paths.example
|
||||
.shiftAlong(90)
|
||||
.attr("data-text", "9cm")
|
||||
.attr("data-text", "9 cm")
|
||||
.attr("data-text-class", "center fill-note")
|
||||
.attr("data-text-lineheight", 6)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue