From f2c2e84a747e5062b3e81ea3d398961df9d95ac2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 4 Feb 2026 06:55:00 +0100 Subject: [PATCH] docs: update point annotation documentation closes #12784 --- docs/strategy-callbacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-callbacks.md b/docs/strategy-callbacks.md index ed98708ff..075998b4b 100644 --- a/docs/strategy-callbacks.md +++ b/docs/strategy-callbacks.md @@ -1303,7 +1303,7 @@ Currently two types of annotations are supported, `area` and `line`. "z_level": 5, // z-level, higher values are drawn on top of lower values. Positions relative to the Chart elements need to be set in freqUI. "label": "some label", "size": 2, // Optional, line width in pixels. Defaults to 10 - "symbol": "circle", // Optional, can be "circle", "rect", "roundRect", "triangle", "pin", "arrow", "none". + "shape": "circle", // Optional, can be "circle", "rect", "roundRect", "triangle", "pin", "arrow", "none". } ```