You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "gzhong88 (via GitHub)" <gi...@apache.org> on 2023/02/13 20:08:26 UTC

[GitHub] [echarts] gzhong88 opened a new issue, #18266: Heatmap does not show chart after a large no-data gap[Bug]

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

   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   1. Using the following link to create a heatmap chart:
   https://echarts.apache.org/examples/en/editor.html?c=heatmap-large
   
   2. Replacing line 11 in function generateData(theta, min, max) with the following 6 lines of code:
   
   	if (i> 10 && i<160) {
   	   data.push([i, j, undefined]);
   	}
   	else {
   	   data.push([i, j, noise.perlin2(i / 40, j / 20) + 0.5]);
   	}
   3. click on Run button to generate the chart. Let your mouse cursor stay focused on the Run button. Do not move your mouse. 
   If you moved your mouse and remaining chart was drawn, click on Run button again, then immediately hands off your mouse to reproduce the problem.
   
   
   
   ### Current Behavior
   
   No chart is drawn 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: Google Chrome Version 110.0.5481.78 (Official Build) (32-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: commits-unsubscribe@echarts.apache.org.apache.org

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


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


[GitHub] [echarts] gzhong88 commented on issue #18266: [Bug] Heatmap does not show chart after a large no-data gap

Posted by "gzhong88 (via GitHub)" <gi...@apache.org>.
gzhong88 commented on issue #18266:
URL: https://github.com/apache/echarts/issues/18266#issuecomment-1428609863

   [Heatmap_issue.pptx](https://github.com/apache/echarts/files/10725919/Heatmap_issue.pptx)
   Above Heatmpa_issue.pptx contains a recorded video which shows how the issue can be reproduced.
   Just click at Heatmpa_issue.pptx link to download and open it, then click at the play button at the bottom to see the video.
   
   Explanation of the video:
   In the beginning part of the video, after I copied & pasted the code and clicked the Run button. I intentionally moved my mouse to trigger the drawing of the remaining chart.
   In the late part of the video, after I copied & pasted the code and clicked the Run button. I hand off my mouse to prevent trigger mouse event(點擊Run按鈕后,手馬上離開鼠標,以防移動鼠標trigger Event). You can see the rest part of chart was not drawn.


-- 
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-unsubscribe@echarts.apache.org

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


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


[GitHub] [echarts] gzhong88 commented on issue #18266: [Bug] Heatmap does not show chart after a large no-data gap

Posted by "gzhong88 (via GitHub)" <gi...@apache.org>.
gzhong88 commented on issue #18266:
URL: https://github.com/apache/echarts/issues/18266#issuecomment-1428613225

   ![image](https://user-images.githubusercontent.com/122709233/218564667-62f39765-cdbe-409c-bbe9-372af915f852.png)
   


-- 
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-unsubscribe@echarts.apache.org

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


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