gzhong88 opened a new issue, #18175:
URL: https://github.com/apache/echarts/issues/18175

   ### Version
   
   5.4.1
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   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<160) {
                data.push([i, j, undefined]);
        }
        else {
                data.push([i, j, noise.perlin2(i / 40, j / 20) + 0.5]);
        }
   
   ### Current Behavior
   
   No chart is shown for x (i.e. i) > 160 and x <= 200.
   
   ### Expected Behavior
   
   Chart shall be shown between x (i.e. i) > 160 and x <= 200.
   
   ### Environment
   
   ```markdown
   - OS:Windows 10
   - Browser:Chrome Version 109.0.5414.74 (Official Build) (64-bit)
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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