标签: android graph mpandroidchart
当我从mpChart的数据库中检索值时,它显示以下错误。请帮助我,我检查了整个stackoverflow和谷歌但没有找到答案。
答案 0 :(得分:0)
变化:
xweight = new ArrayList<DatabaseModel>();
为:
xweight = new ArrayList<Entry>();
还要确保为Entry类导入正确的语句,例如:
import com.github.mikephil.charting.data.Entry;