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