Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jan 24, 2019
1 parent 68b2fdb commit 8bab4bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/configuration/tooltip.md
Expand Up @@ -167,10 +167,12 @@ The tooltip items passed to the tooltip callbacks implement the following interf
// Value for the tooltip
value: String,

// (deprecated) X Value of the tooltip
// X Value of the tooltip
// (deprecated) use `value` or `label` instead
xLabel: String,

// (deprecated) Y value of the tooltip
// Y value of the tooltip
// (deprecated) use `value` or `label` instead
yLabel: String,

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

0 comments on commit 8bab4bf

Please sign in to comment.