mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
clarify helpers need to be imported when using bundlers (#10434)
This commit is contained in:
parent
68379db1ea
commit
3c3d53be5e
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user