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

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

commit ccf4996654253c5989bbc1228519dddb53acb2db
Author: Ovilia <[email protected]>
AuthorDate: Thu Jul 17 20:18:31 2025 +0800

    fix(visualMap): fix dark mode should not provide inRange
---
 src/theme/dark.ts | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/theme/dark.ts b/src/theme/dark.ts
index 4b03ebea8..0b4360623 100644
--- a/src/theme/dark.ts
+++ b/src/theme/dark.ts
@@ -153,9 +153,6 @@ const theme = {
         textStyle: {
             color: color.secondary
         },
-        inRange: {
-            color: [color.neutral10, color.theme[0]]
-        },
         handleStyle: {
             borderColor: color.neutral30
         }


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

Reply via email to