From 9ed80fda7c948e5106a23a72370fda79f9d49f30 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Tue, 21 Jun 2022 19:34:19 +0200 Subject: [PATCH] clarify helpers need to be imported when using bundlers --- docs/configuration/interactions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/interactions.md b/docs/configuration/interactions.md index 41a8cec3fdc..4bcf350a62e 100644 --- a/docs/configuration/interactions.md +++ b/docs/configuration/interactions.md @@ -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.