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.
我对 ios 比较陌生,正在使用 ios coreplot 绘制饼图。我正在使用 ios 7 并使用 coreplot 1.3(截至今天的最新版本)。
我正在努力确保核心图数据标签正确显示。
在下图中,您可以看到两个切片之一的数据标签被切掉(如箭头所示)。
您如何确保不会发生这种情况,并且无论数据是什么,数据标签都能正确显示?
绘图数据标签被绘图区域裁剪。确保它足够大以容纳馅饼和任何标签。
我最终调整了封闭矩形的偏移量并将图例向下移动。