Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/configuration/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ const chart = new Chart(ctx, {
});
```

When using a bundler, the helper functions have to be imported seperatly, for a full explanation of this please head over to the [integration](../getting-started/integration.md#helper-functions) page

## Modes

When configuring the interaction with the graph via `interaction`, `hover` or `tooltips`, a number of different modes are available.
Expand Down