MPAndroidChart - 传奇标签被切断

问题描述:

我使用 MPAndroidChart库。任何人有这个问题? 当我把标签的底部位置,这些被切断。

I am using MPAndroidChart library. Anybody has this problem? When I put the labels in BOTTOM position, these are cut.

感谢您

他们被切断,因为您的文本太长的库不支持包装的标签到一个新行。

They are cut because your text is too long and the library does not support "wrapping" of the labels to a new line.

您将不得不缩短你的传奇标签或实现所需的功能吧。

You will either have to shorten your legend labels or implement the desired functionality yourself.