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.
我对导出功能有疑问,如果我将图例设置为自定义位置,例如从左侧算起 88%,并且面板我定义为从右侧算起 15%。然后,当我将图像导出为位图并提供 200 x 200 的大小时,它仅导出图表图例或不显示在图表上,即使它们显示为半切。
请让我知道相同的替代解决方案。
谢谢阿克谢
我们所做的解决方案是检查图例的宽度是否大于图表大小的一半,如果是,我们将在图表底部而不是左侧添加图例。