Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Echarts 版本:4.8
我在同一张地图上使用散点图和热图系列。
问题是在右边界上,热图被剪切到最后一点。
如何显示完整的热图图块?我在这里想念什么?
谢谢
从您的图片很难确定问题,使用配置代码会更容易,但我会尝试。
尝试将网格选项添加到图表配置中。使用网格,您可以控制可视图表部分对外部空间的填充。
https://echarts.apache.org/en/option.html#grid
您需要更改左侧、右侧、底部和顶部选项以移动边缘。