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

   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. 


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