|
@@ -66,15 +66,14 @@ export default {
|
|
|
},
|
|
|
legend: {
|
|
|
show: true,
|
|
|
- data: ["PR"],
|
|
|
- right: 0,
|
|
|
+ right: 20,
|
|
|
icon: "ract",
|
|
|
- itemWidth: 4,
|
|
|
- itemHeight: 4,
|
|
|
- inactiveColor: "#999999",
|
|
|
+ itemWidth: 8,
|
|
|
+ itemHeight: 8,
|
|
|
+ inactiveColor: "#B3BDC0",
|
|
|
padding: [10, 0],
|
|
|
textStyle: {
|
|
|
- color: "#999999",
|
|
|
+ color: "#B3BDC0",
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
},
|
|
@@ -154,7 +153,7 @@ export default {
|
|
|
};
|
|
|
if (this.bardata && this.bardata.data && this.bardata.data.length) {
|
|
|
option.series.push({
|
|
|
- name: "PR",
|
|
|
+ name: "本期PR",
|
|
|
type: "bar",
|
|
|
barWidth: 10,
|
|
|
barMinHeight: 2,
|
|
@@ -212,11 +211,6 @@ export default {
|
|
|
this.initChart();
|
|
|
},
|
|
|
},
|
|
|
- // "$store.state.isFixed": {
|
|
|
- // handler() {
|
|
|
- // this.resize();
|
|
|
- // },
|
|
|
- // },
|
|
|
},
|
|
|
};
|
|
|
</script>
|