① 导入项目出现--gradle project sync failed····啥啥啥的
在android studio下,点击 tools ->Android->sync project with gradles files.然后就解决啦~至于为什么呵呵呵不知道。。
②
renderer.setAxisTitleTextSize(36);//设置坐标轴标题文本大小 axis轴线的意思
renderer.setApplyBackgroundColor(true);//必须设置为true,颜色值才生效
renderer.setBackgroundColor(Color.WHITE);//设置表格背景色
renderer.setMarginsColor(Color.WHITE);//设置周边背景色