Gas Station Credit Cards
Merged

Offline Blog Template

20 best squarespace blog templates 2026 colorlib free blog template design figma 8 creative approaches to creating a blog post template 38 best free bootstrap blog templates 2022 colorlib 25 best blog templates for 2026 28 best free blogger blogspot templates 2026 colorlib editable blog templates in word to download 44 professional blog themes templates free premium templates 30 best seo blog templates free premium themes free vector blog template design the 50 best blogger website templates your ultimate guide 20 best responsive html5 css3 blog templates 2020 colorlib setup hubspot blog templates listing template and blog post free blogger templates for business detrester com write blog template 30 best blog designs you need to check out in 2025 52 best free responsive blogger templates 2020 colorlib our blog template by nicepage 50 most beautiful blogger templates to download hongkiat 34 best free responsive blogger templates 2021 colorlib blogger templates seo 37 best free blogger templates 2024 colorlib 25 best blog templates for 2025 28 best free blogger blogspot templates 2026 colorlib 20 best squarespace blog templates 2024 marie tech it 30 best free responsive blogger templates 2022 colorlib 31 best free blogger templates in 2024 fast responsive 15 premium looking best free blogger templates 37 best free bootstrap blog templates 2026 colorlib 28 best free blogger blogspot templates 2026 colorlib 30 best free html blog templates for bloggers 28 best free blogger blogspot templates 2026 colorlib 34 best free responsive blogger templates 2021 colorlib free vector blog template design 37 best free bootstrap blog templates 2026 colorlib the 50 best blogger website templates your ultimate guide

:
Changes from all commits
Commits
File filter

Inspirational Blog Examples Offline Template

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Credit Karma Login Site
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ The tooltip configuration is passed into the `options.tooltips` namespace. The g
| `titleFontSize` | `number` | `12` | Title font size.
| `titleFontStyle` | `string` | `'bold'` | Title font style.
| `titleFontColor` | `Color` | `'#fff'` | Title font color.
| `titleAlign` | `string` | `'left'` | Horizontal alignment of the title text lines. [more...](#alignment)
| `titleSpacing` | `number` | `2` | Spacing to add to top and bottom of each title line.
| `titleMarginBottom` | `number` | `6` | Margin to add on bottom of title section.
| `bodyFontFamily` | `string` | `"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"` | Body line font.
| `bodyFontSize` | `number` | `12` | Body font size.
| `bodyFontStyle` | `string` | `'normal'` | Body font style.
| `bodyFontColor` | `Color` | `'#fff'` | Body font color.
| `bodyAlign` | `string` | `'left'` | Horizontal alignment of the body text lines. [more...](#alignment)
| `bodySpacing` | `number` | `2` | Spacing to add to top and bottom of each tooltip item.
| `footerFontFamily` | `string` | `"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"` | Footer font.
| `footerFontSize` | `number` | `12` | Footer font size.
| `footerFontStyle` | `string` | `'bold'` | Footer font style.
| `footerFontColor` | `Color` | `'#fff'` | Footer font color.
| `footerAlign` | `string` | `'left'` | Horizontal alignment of the footer text lines. [more...](#alignment)
| `footerSpacing` | `number` | `2` | Spacing to add to top and bottom of each footer line.
| `footerMarginTop` | `number` | `6` | Margin to add before drawing the footer.
| `xPadding` | `number` | `6` | Padding to add on left and right of tooltip.
Expand Down Expand Up @@ -74,6 +77,16 @@ Chart.Tooltip.positioners.custom = function(elements, eventPosition) {
};
```

### Alignment

The `titleAlign`, `bodyAlign` and `footerAlign` options define the horizontal position of the text lines with respect to the tooltip box. The following values are supported.

* `'left'` (default)
* `'right'`
* `'center'`

These options are only applied to text lines. Color boxes are always aligned to the left edge.

### Sort Callback

Allows sorting of [tooltip items](#tooltip-item-interface). Must implement at minimum a function that can be passed to [Array.prototype.sort](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort). This function can also accept a third parameter that is the data object passed to the chart.
Expand Down