diff --git a/docs/configuration/legend.md b/docs/configuration/legend.md index bce69af79..52bee8687 100644 --- a/docs/configuration/legend.md +++ b/docs/configuration/legend.md @@ -164,3 +164,7 @@ var chart = new Chart(ctx, { } }); ``` + +Note that legendCallback is not called automatically and you must call `generateLegend()` yourself in code when creating a legend using this method. + +