我正在使用MPAndroidChart并且非常喜欢它。
我有一个“小”需要是我可以将空值放在“条目”中。我正在监视系统服务器上的 apache 连接,我想看看它们是否已关闭(我放置空值的地方)或者它们是否只是没有连接(0)。
我试过了,但 Entry 类不接受 'null' 作为显示消息的值:'The constructor Entry(null, int) is undefined'
谢谢!
charts android mpandroidchart
android ×1
charts ×1
mpandroidchart ×1