|
@@ -93,8 +93,8 @@ export default {
|
|
|
},
|
|
|
setEchart(data, type, index) {
|
|
|
this.$nextTick(() => {
|
|
|
- let max =3
|
|
|
- let legend_right = "20%"
|
|
|
+ let max =7
|
|
|
+ let legend_right = "4%"
|
|
|
this.$refs.ghxz_pie[index].setOptions({ data, type, max, legend_right });
|
|
|
});
|
|
|
},
|