]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
xPadding/yPadding fix in 00-Getting-Started.md 1802/head
authorakagroundhog <akagroundhog@gmail.com>
Fri, 18 Dec 2015 21:19:32 +0000 (00:19 +0300)
committerakagroundhog <akagroundhog@gmail.com>
Fri, 18 Dec 2015 21:19:32 +0000 (00:19 +0300)
xPadding is horizontal padding (left & right), yPadding is vertical padding (top & bottom).

docs/00-Getting-Started.md

index bb77a218352d8fcc016ce2e9b793efe7b7625969..edf077a2b0fad3253de0698702e333ecc58ed7f7 100644 (file)
@@ -154,8 +154,8 @@ Label | | | There are three labels you can control. `title`, `body`, `footer` th
 \*Align | String | "left" | text alignment. See [MDN Canvas Documentation](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/textAlign)
 titleMarginBottom | Number | 6 | Margin to add on bottom of title section
 footerMarginTop | Number | 6 | Margin to add before drawing the footer
-xPadding | Number | 6 | Padding to add on top and bottom of tooltip
-yPadding | Number | 6 | Padding to add on left and right of tooltip
+xPadding | Number | 6 | Padding to add on left and right of tooltip
+yPadding | Number | 6 | Padding to add on top and bottom of tooltip
 caretSize | Number | 5 | Size, in px, of the tooltip arrow
 cornerRadius | Number | 6 | Radius of tooltip corner curves
 multiKeyBackground | Color | "#fff" | Color to draw behind the colored boxes when multiple items are in the tooltip