|
@@ -360,12 +360,18 @@ export default {
|
|
show: true,
|
|
show: true,
|
|
data: ["风速功率", "实际功率", "最优功率"],
|
|
data: ["风速功率", "实际功率", "最优功率"],
|
|
right: "120",
|
|
right: "120",
|
|
- top:"5",
|
|
|
|
|
|
+ top: "5",
|
|
icon: "circle",
|
|
icon: "circle",
|
|
itemWidth: 6,
|
|
itemWidth: 6,
|
|
- inactiveColor: this.$store.state.themeName === "dark" ? partten.getColor("gray") : "#000",
|
|
|
|
|
|
+ inactiveColor:
|
|
|
|
+ this.$store.state.themeName === "dark"
|
|
|
|
+ ? partten.getColor("gray")
|
|
|
|
+ : "#000",
|
|
textStyle: {
|
|
textStyle: {
|
|
- color: this.$store.state.themeName === "dark" ? partten.getColor("grayl") : "#000",
|
|
|
|
|
|
+ color:
|
|
|
|
+ this.$store.state.themeName === "dark"
|
|
|
|
+ ? partten.getColor("grayl")
|
|
|
|
+ : "#000",
|
|
fontSize: 12,
|
|
fontSize: 12,
|
|
},
|
|
},
|
|
},
|
|
},
|