You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2018/09/28 08:05:33 UTC

[incubator-skywalking-ui] 01/03: Fix heatmap no data issues

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

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

commit bdda9fcb07d5e8fd1543fc204700fbcd4644e81f
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Fri Sep 28 13:25:30 2018 +0800

    Fix heatmap no data issues
---
 src/components/Charts/HeatMap/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/Charts/HeatMap/index.js b/src/components/Charts/HeatMap/index.js
index 07ac208..e36e716 100644
--- a/src/components/Charts/HeatMap/index.js
+++ b/src/components/Charts/HeatMap/index.js
@@ -127,6 +127,7 @@ class HeatMap extends Component {
           }ms`
         );
       }
+      mergeSource.push(...source);
     }
     const cols = {
       datetime: {