Administrator 2 éve
szülő
commit
2fffed41bb

+ 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++){