From 84e7238a647623a3dd1f1c699752c4c364a68b1e Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Thu, 14 Dec 2023 22:11:26 +0100 Subject: [PATCH] Add extra calrification for html legend (#11614) --- docs/samples/legend/html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/samples/legend/html.md b/docs/samples/legend/html.md index a1400a3d3..362805942 100644 --- a/docs/samples/legend/html.md +++ b/docs/samples/legend/html.md @@ -1,6 +1,7 @@ # HTML Legend -This example shows how to create a custom HTML legend using a plugin and connect it to the chart in lieu of the default on-canvas legend. +This example shows how to create a custom HTML legend using a plugin and connect it to the chart in lieu of the default on-canvas legend. +For an html legend to work you need to place an empty div at your web page with the ID you provide in the options to bind to like so: `
`.
-- 2.47.3