add labelLocation documentation

This commit is contained in:
meeki007 2020-12-16 08:53:06 -05:00 committed by GitHub
parent cbcb3036be
commit 8a7b00f4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +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`
Examples