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.
如图所示,如何隐藏图表地图?在文档中的任何地方都找不到它..
谢谢!
如果您使用的是 danielgindi ( Cocoapods / GitHub ) 的 Charts pod:
图表 3.0 版:
chartView.legend.enabled = false
这将隐藏图表图例(或您如何称呼它的图表)。