gzhong88 commented on issue #18175:
URL: https://github.com/apache/echarts/issues/18175#issuecomment-1384513944

       
      -    
   If you cannot reproduce, try to set the no data gap bigger by changing i 
<160 to i<190 as following, and try again.  Thanks.
   
      -    
   Use the following link to create the heatmap:   
   https://echarts.apache.org/examples/en/editor.html?c=heatmap-large
   
      -    
   Replacing line 11 in function generateData(theta, min, max) with
       if (i> 10 && i<190) {
    data.push([i, j, undefined]);
      
   }   
   else {   
   data.push([i, j, noise.perlin2(i / 40, j / 20) + 0.5]);   
   }
   
       On Monday, January 16, 2023 at 01:13:58 AM CST, Wenli Zhang ***@***.***> 
wrote:  
    
    
   
   
   Cannot reproduce.
   
   
   
   Looks as expected to me.
   
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.Message ID: 
***@***.***>
     


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to