apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.27k stars 19.61k forks source link

[Bug] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'type') at HeatmapView2.render (HeatmapView.js:137:18) #19060

Open mmclofe opened 1 year ago

mmclofe commented 1 year ago

Version

5.4.3

Link to Minimal Reproduction

### Steps to Reproduce 1、当使用热力图时,无论coordinateSystem配置“calendar”还是‘bmap’都会导致这个问题 ### Current Behavior ![image](https://github.com/apache/echarts/assets/44460247/82d96caa-f5c7-49d6-aff5-7933b48feb58) ![image](https://github.com/apache/echarts/assets/44460247/bd9d9163-6e4f-472e-a428-adcc5f787fb1) ### Expected Behavior 使用热力图正确 ### Environment ```markdown - OS:windows - Browser:chorme - Framework: ``` ### Any additional comments? _No response_
mmclofe commented 1 year ago

image 这是代码截图

mmclofe commented 1 year ago

基于nuxt3的框架