]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
clarify helpers need to be imported when using bundlers (#10434)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Wed, 22 Jun 2022 06:09:02 +0000 (08:09 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 06:09:02 +0000 (08:09 +0200)
docs/configuration/interactions.md

index 41a8cec3fdccfbf81eef46aee4817c550eddd08e..4bcf350a62e05d082cac3139fbfa26879e2fe0b1 100644 (file)
@@ -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.