-
Notifications
You must be signed in to change notification settings - Fork 19.8k
热力图和xAxis.min共用时,y轴轴标签被热力图覆盖了 #12969
Copy link
Copy link
Closed
Labels
Description
Version
3.5.4
Reproduction link
https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian
Steps to reproduce
- https://echarts.apache.org/examples/zh/editor.html?c=heatmap-cartesian
- 在 option.xAxis 中新增 min: 2 配置
What is expected?
热力图渲染在x、y轴轴线之内
What is actually happening?
热力图渲染覆盖了y轴轴标签
- 我搜索了当前 issues,没有搜索类似的问题
热力图和 xAxis.min: 2 共用时,会出现y轴标签被覆盖
我不太确定是否有现存的api支持它,我尝试在data数据的每一个值中修改最后一个参数,以期待可以实现类似效果 -> 它可以,但是它的实现有点繁琐
Reactions are currently unavailable