Administrator 2 年之前
父节点
当前提交
2fffed41bb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/sysu/admin/controller/aland/CropAreaStat.java

+ 1 - 1
src/main/java/com/sysu/admin/controller/aland/CropAreaStat.java

@@ -22,7 +22,7 @@ public class CropAreaStat {
 
     static  String[] cropTypes = {"corn","rice","other"};
     static  String[] name2s = {"玉米","水稻","其他"};
-    static  String[] colors = {"#E99209","#979B49","#6E7F85"};
+    static  String[] colors = {"#CD0000","#228B22","#FFFF00"};
 
     public static Integer getCropTypeIndex(String cropType){
         for(int i=0;i<cropTypes.length;i++){