From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Wed, 22 Jun 2022 06:09:02 +0000 (+0200) Subject: clarify helpers need to be imported when using bundlers (#10434) X-Git-Tag: v3.8.1~21 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c3d53be5ece4baf6917ac1b3db8ef2dcfb4f36f;p=thirdparty%2FChart.js.git clarify helpers need to be imported when using bundlers (#10434) --- diff --git a/docs/configuration/interactions.md b/docs/configuration/interactions.md index 41a8cec3f..4bcf350a6 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.