hanahmily commented on issue #4877:
URL: https://github.com/apache/skywalking/issues/4877#issuecomment-641320435
The Heatmap chart
> What I heart from @hanahmily there are two bugs.
>
> 1. UI doesn't match the Labeled in the labeled value query, it is likely
referring the order, which is not right. Please recheck. The order of response
value may not be as same as the request. In response dataset, it includes the
labels.
It's a bug from OAP graphql service.
> 2. Heatmap doesn't use the bucket `min` and `max` to indicate its range,
it is likely using the `index * 100`?(guessing). Please recheck and correct
this.
The data from OAP
```json
{"data":{"readHeatMap":{"values":[{"id":"202006091345_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,1,20,10,0]},{"id":"202006091346_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091347_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091348_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091349_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091350_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091351_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091352_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091353_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091354_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091355_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091356_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091357_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091358_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091359_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,10,0]},{"id":"202006091400_b2FwLXNlcnZlcg==.1_bG9jYWxob3N0OjEyMzQ=","values":[0,0,0,0,0,0,0,0,0,0,0,0,21,11,0]}],"buckets":[{"min":"0","max":"5"},{"min":"5","max":"10"},{"min":"10","max":"25"},{"min":"25","max":"50"},{"min":"50","max":"75"},{"min":"75","max":"100"},{"min":"100","max":"250"},{"min":"250","max":"500"},{"min":"500","max":"750"},{"min":"750","max":"1000"},{"min":"1000","max":"2500"},{"min":"2500","max":"5000"},{"min":"5000","max":"7500"},{"min":"7500","max":"10000"},{"min":"10000","max":"infinite+"}]}}}
```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]