You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/08/02 23:32:09 UTC

[GitHub] [echarts] amirajv opened a new issue, #17465: [Bug] Heatmap does not work with value axis

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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/amiraj/5Lka0wmx/4/
   
   ### Steps to Reproduce
   
   1. Create a regular heatmap and set the axis types to 'value'
   2. zoom in and out and you see bad rendering of the pixels
   
   ### Current Behavior
   
   value type axis won't work with heatmaps. One issue for example is when zooming you see bad pixel locations:
   
   ![image](https://user-images.githubusercontent.com/4806889/182493400-09d75198-b8a1-4eca-b1a7-27406a2d3138.png)
   
   These issues can be fixed by changing axis type to category. But that has it's own issues and this fix is a hacky fix.
   
   ### Expected Behavior
   
   heatmap chart behavior should not depend on axis type.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - 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] plainheart commented on issue #17465: [Bug] Heatmap does not work with value axis

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #17465:
URL: https://github.com/apache/echarts/issues/17465#issuecomment-1203384343

   It's suggested to use the unminimized version in the development environment to get some helpful debug information. The heatmap series must have two category axes currently. The value axis is not supported.


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