mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
fix to documentation
not default. user has to enter string value of top or bottom, Else Defaults to automatic best guess.
This commit is contained in:
parent
87472fa3b1
commit
5afc682ce8
@ -37,8 +37,8 @@ Each annotation is an object with the following properties:
|
||||
- `lineWidth` (*number*) : the stroke width used to draw the annotation. Default: `5`
|
||||
- `fontSize` (*number*) : the font size to use for the label. Default: `24`
|
||||
- `fontColor` (*string*) : the color of the font to use for the label. Default: `#ffC000`
|
||||
- `labelLocation` (*string*) : The Location to place the label. Default: `top` or `bottom`.
|
||||
If this propery is not set it will default to `automatic`
|
||||
- `labelLocation` (*string*) : The Location to place the label. `top` or `bottom`.
|
||||
If this propery is not set it will default to `automatic` and make the best guess based on location.
|
||||
|
||||
|
||||
Examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user