This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch fix/visualMap-range
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 6ed0a15b8655f84eb69759f6f73e419faebd2434
Author: 100pah <[email protected]>
AuthorDate: Thu Jul 17 18:27:05 2025 +0800

    test(visualMap): Remove the deprecated option.
---
 test/radar2.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/radar2.html b/test/radar2.html
index 47b7f5997..87cdba53c 100644
--- a/test/radar2.html
+++ b/test/radar2.html
@@ -61,7 +61,9 @@ under the License.
                         })()
                     },
                     visualMap: {
-                        color: ['red', 'yellow']
+                        inRange: {
+                            color: ['red', 'yellow']
+                        },
                     },
                     radar: {
                        indicator : [


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to