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

    
   To reproduce the problem, after you replaced the line 11 code in above step2 
with the following code, then click on Run button. Let your mouse cursor stay 
focused on the Run button. Do not move your mouse.
   (點擊Run按鈕之後,不要移動鼠標,這是Reproduce the problem的關鍵。)
   if (i> 10 && i<190) {
   data.push([i, j, undefined]);
   }
   else {
   data.push([i, j, noise.perlin2(i / 40, j / 20) + 0.5]);
   }
   Note: If you change above step2 from i<190 to i<120, and click Run button, 
you will see a different behavior that the remaining chart will show up 
automatically.
       On Monday, January 16, 2023 at 03:25:05 PM CST, Gong Zhong ***@***.***> 
wrote:  
    
     1. Use the following link to create the 
heatmap:https://echarts.apache.org/examples/en/editor.html?c=heatmap-large
   2. 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]);  }
   3. Click on Run button above the code page on the left to regenerate the 
chart. Let your mouse cursor focued on the Run button. Do not move your mouse, 
which is Very Important!!
   Observed that chart between i >=190 and i <= 200 do not show up.
   Note: If you change above step2 from i<190 to i<120, and click Run button, 
the remaining chart will show up automatically.
   
       On Monday, January 16, 2023 at 02:16:53 PM CST, Gong Zhong ***@***.***> 
wrote:  
    
        
      -    
   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