Skip to content

Commit

Permalink
[charts] Instruct how to disable the tooltip to docs (#13724)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas authored Jul 4, 2024
1 parent 1db61c7 commit 5362b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/charts/tooltip/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The tooltip can be triggered by two kinds of events:

- `'item'`—when the user's mouse hovers over an item on the chart, the tooltip will display data about this specific item.
- `'axis'`—the user's mouse position is associated with a value of the x-axis. The tooltip will display data about all series at this specific x value.
- `'none'`—disable the tooltip.

{{"demo": "Interaction.js"}}

Expand Down

0 comments on commit 5362b5a

Please sign in to comment.