From 421e294e2ca4053d6e759f9d91999d8b4ef19455 Mon Sep 17 00:00:00 2001 From: akagroundhog Date: Sat, 19 Dec 2015 00:19:32 +0300 Subject: [PATCH] xPadding/yPadding fix in 00-Getting-Started.md xPadding is horizontal padding (left & right), yPadding is vertical padding (top & bottom). --- docs/00-Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index bb77a2183..edf077a2b 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -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 -- 2.47.2