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

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian&version=5.4.3
   
   ### Steps to Reproduce
   
   1.Given the example at 
https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian&version=5.4.3,
 set the div (id=chart-container)style background:black;
   
   2.resize the Browser ,the blank space show up at left top 
   
   Or  add dataZoom config ,zoom the chart ,it also show up
   ```
         dataZoom: [
           {
               type: 'inside',
               xAxisIndex: [0],
               start: 0,
               end: 100,
           },
           {
               type: 'inside',
               yAxisIndex: [0],
               start: 0,
               end: 100,
           },
        ],
   ```
   
   
   ### Current Behavior
   
   Heatmap in some Size show a blank space at left top 
   
   ### Expected Behavior
   
   There is not blank space in any size
   
   ### Environment
   
   ```markdown
   - OS:windows 11
   - Browser:Chrome 122.0.6261.112
   - Framework: React
   ```
   
   
   ### 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: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to