
public class SalesReportLineCharUtil { // List<PointValue> mPointValues = new ArrayList<PointValue>(); // List<PointValue> mPointValuesWeiChat = new ArrayList<PointValue>(); // List<PointValue> mPointValuesAlipay = new ArrayList<PointValue>(); // List<PointValue> mPointValuesBank = new ArrayList<PointValue>(); // List<PointValue> mPointValuesVip = new ArrayList<PointValue>(); // List<PointValue> mPointValuesCoupon = new ArrayList<PointValue>(); // List<PointValue> mPointValuesDiscount = new ArrayList<PointValue>(); // List<PointValue> mPointValuesRefund = new ArrayList<PointValue>(); // List<AxisValue> mAxisXValues = new ArrayList<AxisValue>(); // // List<String> date = new ArrayList<>();//x轴 // List<Integer> score = new ArrayList<>();//数据点的集合 // List<Integer> weichatList = new ArrayList<>();//数据点的集合 // List<Integer> alipayList = new ArrayList<>();//数据点的集合 // List<Integer> bankList = new ArrayList<>();//数据点的集合 // List<Integer> vipList = new ArrayList<>();//数据点的集合 // List<Integer> couponList = new ArrayList<>();//数据点的集合 // List<Integer> discountList = new ArrayList<>();//数据点的集合 // List<Integer> refundList = new ArrayList<>();//数据点的集合 // // List<Line> lines = new ArrayList<Line>(); // LineChartData data = new LineChartData(); // // // Line line = new Line(mPointValues).setColor(MyApplication.getInstace().getResources().getColor(R.color.tabindicatorcolor)); //折线的颜色(现金)SetColor.parseColor("#FFCD41") // Line weichat = new Line(mPointValuesWeiChat).setColor(MyApplication.getInstace().getResources().getColor(R.color.green)); //折线的颜色 -- 微信 // Line alipay = new Line(mPointValuesAlipay).setColor(MyApplication.getInstace().getResources().getColor(R.color.report)); //折线的颜色 -- 支付宝 // Line bank = new Line(mPointValuesBank).setColor(MyApplication.getInstace().getResources().getColor(R.color.bank)); //折线的颜色 -- 银行卡 // Line vip = new Line(mPointValuesVip).setColor(MyApplication.getInstace().getResources().getColor(R.color.set_font_color)); //折线的颜色 -- 会员卡 // Line coupon = new Line(mPointValuesCoupon).setColor(MyApplication.getInstace().getResources().getColor(R.color.red_soil)); //折线的颜色 -- 优化券 // Line discount = new Line(mPointValuesDiscount).setColor(MyApplication.getInstace().getResources().getColor(R.color.orange)); //折线的颜色 -- 打折 // Line refund = new Line(mPointValuesRefund).setColor(MyApplication.getInstace().getResources().getColor(R.color.