1. 调整部分图表颜色 及 文字
@@ -1,11 +1,11 @@
{
"color": [
- "#db60c8",
- "#c12e34",
- "#e6b600d9",
- "#0098d9",
- "#465a83",
+ "rgb(50,93,171)",
+ "rgb(222,132,82)",
+ "rgb(105,188,80)",
+ "rgb(197,78,82)",
+ "rgb(129,114,181)",
"#005eaa",
"#cda819",
"#32a487"
@@ -55,12 +55,14 @@ const option = computed({
get() {
return {
color:[
- "#FF8700",
- "#0098d980",
- "#626c91",
- "#a0a7e6",
- "#c4ebad",
- "#96dee8"
+ "#005eaa",
+ "#cda819",
+ "#32a487"
],
title: {
text: props.title || '',
@@ -256,27 +256,27 @@ const funTimeArea = async () => {
if(res.code===200){
barxAxis.data = []
barSeries.value = [{
- name: "3~5m功率",
+ name: "不运行",
type: "bar",
stack: 'a',
data: [],
},{
- name: "5~10m功率",
+ name: "3~5m风速",
- name: "10~12m功率",
+ name: "5~10m风速",
- name: "12~25m全功率",
+ name: "10~12m风速",
- name: "不运行",
+ name: "12~25m风速",
@@ -14,10 +14,10 @@
"textStyle": {},
"title": {
"textStyle": {
- "color": "#B3B3B3"
+ "color": "#000"
},
"subtextStyle": {
- "color": "#aaaaaa"
}
"line": {
@@ -55,7 +55,7 @@ const option = computed({
"#0098d980",
"#626c91",
"#a0a7e6",
@@ -12,10 +12,10 @@