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 68b2fdb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/configuration/tooltip.md
Expand Up @@ -161,10 +161,16 @@ 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
// (deprecated) Y value of the tooltip
yLabel: String,

// Index of the dataset the item comes from
Expand Down

0 comments on commit 68b2fdb

Please sign in to comment.