Skip to content

Commit

Permalink
little documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jan 23, 2019
1 parent 52d7bcc commit c668222
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/configuration/tooltip.md
Expand Up @@ -161,11 +161,17 @@ The tooltip items passed to the tooltip callbacks implement the following interf

```javascript
{
// X Value of the tooltip as a string
// Label for the tooltip
label: String,

// Value for the tooltip
value: String,

// (deprecated) X Value of the tooltip
xLabel: String,

// Y value of the tooltip as a string
yLabel: String,
// (deprecated) Y value of the tooltip
yLabel: String,

// Index of the dataset the item comes from
datasetIndex: Number,
Expand Down

0 comments on commit c668222

Please sign in to comment.