From a515e654d7e5b98cc3c61272aaedd224e755c6c7 Mon Sep 17 00:00:00 2001 From: Sam Snarr <38705645+arid-mangoss@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:22:15 -0400 Subject: [PATCH] series.scatter selectedMode disabled by default The docs say that the default for series.scatter `selectedMode` is "enabled". The default based on my use appears to be "disabled". This PR updates the docs to match the functionality of echarts. --- en/option/partial/selected-mode.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/en/option/partial/selected-mode.md b/en/option/partial/selected-mode.md index d0ac59014..185ce99cc 100644 --- a/en/option/partial/selected-mode.md +++ b/en/option/partial/selected-mode.md @@ -11,7 +11,4 @@ -Selected mode. It is enabled by default, and you may set it to be `false` to disabled it. - -Besides, it can be set to `'single'` or `'multiple'`, for single selection and multiple selections. - +The selected mode is disabled by default. The default value is `false`. The configuration of the selected mode indicates whether single, multiple, or no selections are supported. It supports boolean values and strings. The string values can be set to `'single'` for single selection support or to `'multiple'` for multiple selection support.