Skip to content

Commit

Permalink
clarify helpers need to be imported when using bundlers (#10434)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jun 22, 2022
1 parent 68379db commit 3c3d53b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/interactions.md
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

0 comments on commit 3c3d53b

Please sign in to comment.