From c79ccb472c6f3e161ac672b46566922dcd47f908 Mon Sep 17 00:00:00 2001 From: Aleksandr Lesnenko Date: Fri, 29 Sep 2023 19:21:02 -0300 Subject: [PATCH] doc: add brush support for line series --- en/option/component/brush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/option/component/brush.md b/en/option/component/brush.md index 07204d45..853b5d19 100644 --- a/en/option/component/brush.md +++ b/en/option/component/brush.md @@ -11,7 +11,7 @@ **Brush type and triggering button** -Currently, supported `brush` types include: `scatter`, `bar`, `candlestick`. (Note that `parallel` contains brush function by itself, which is not provided by brush component.) +Currently, supported `brush` types include: `line`, `scatter`, `bar`, `candlestick`. (Note that `parallel` contains brush function by itself, which is not provided by brush component.) Click the button in `toolbox` to enable operations like *area selecting*, or *canceling selecting*.