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

hanahmily pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-ui.git

commit 92698e78e06107e77f8b0166098727d58b3736cb
Author: hanahmily <hanahm...@gmail.com>
AuthorDate: Thu May 3 19:55:53 2018 +0800

    Refactor color
---
 src/components/Charts/HeatMap/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Charts/HeatMap/index.js 
b/src/components/Charts/HeatMap/index.js
index 6eb96b4..0f24cf8 100644
--- a/src/components/Charts/HeatMap/index.js
+++ b/src/components/Charts/HeatMap/index.js
@@ -143,7 +143,7 @@ class HeatMap extends Component {
             <Geom
               type="polygon"
               position="datetime*responseTime"
-              color={['count', '#BAE7FF-#1890FF-#0050B3']}
+              color={['count', '#EBEDF0-#BAE7FF-#1890FF-#0050B3']}
               style={{ stroke: '#fff', lineWidth: 1 }}
               tooltip={['datetime*responseTime*count', (datetime, 
responseTime, count) => {
                 return {

-- 
To stop receiving notification emails like this one, please contact
hanahm...@apache.org.

Reply via email to