Skip to content

Commit

Permalink
Merge pull request #1802 from akagroundhog/v2.0-dev
Browse files Browse the repository at this point in the history
xPadding/yPadding fix in 00-Getting-Started.md
  • Loading branch information
etimberg committed Dec 18, 2015
2 parents d295e49 + 421e294 commit 29770d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/00-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29770d3

Please sign in to comment.