修复echarts警告

pull/3/head
LiuJiaNan 2024-02-28 10:15:13 +08:00
parent aa529766d9
commit f0590c087c
7 changed files with 22 additions and 89 deletions

View File

@ -76,44 +76,7 @@ const data = reactive({
},
],
eleType: 0,
block2OptionsList: [
{
label: "滞留报警",
count: 0,
},
{
label: "越界报警",
count: 235,
},
{
label: "超员报警",
count: 569,
},
{
label: "缺员报警",
count: 569,
},
{
label: "静止报警",
count: 423,
},
{
label: "串岗报警",
count: 789,
},
{
label: "一键告警",
count: 236,
},
{
label: "聚集告警",
count: 214,
},
{
label: "作业告警",
count: 852,
},
],
block2OptionsList: [],
block3List: [
{
name: "赵一诺",

View File

@ -57,10 +57,8 @@ function echarts1(id, legend, echartCount) {
type: "shadow",
},
axisLabel: {
textStyle: {
color: "#B3CFFF", // x轴文本颜色
fontSize: 10,
},
formatter(params) {
// const res = xWrapText(params, 6);
xWrapText(params, 6);
@ -84,11 +82,9 @@ function echarts1(id, legend, echartCount) {
},
axisLabel: {
formatter: "{value}%",
textStyle: {
color: "#B3CFFF", // x轴文本颜色
fontSize: 12,
},
},
name: "",
nameTextStyle: {
color: "#B3CFFF",
@ -119,7 +115,7 @@ function echarts1(id, legend, echartCount) {
opacity: 1,
},
]),
barBorderRadius: [0, 0, 0, 0],
borderRadius: [0, 0, 0, 0],
},
data: echartCount,
},
@ -148,7 +144,7 @@ function echarts1(id, legend, echartCount) {
opacity: 1,
},
]),
barBorderRadius: [0, 0, 0, 0],
borderRadius: [0, 0, 0, 0],
},
data: echartCount,
barGap: 0,

View File

@ -34,10 +34,8 @@ function echarts2(id, month, accumulated, currentMonth) {
},
axisLabel: {
// 坐标轴刻度标签的相关设置
textStyle: {
color: "#d1e6eb",
margin: 15,
},
interval: 0,
rotate: 30,
},
@ -64,10 +62,8 @@ function echarts2(id, month, accumulated, currentMonth) {
},
axisLabel: {
margin: 20,
textStyle: {
color: "#d1e6eb",
},
},
axisTick: {
show: false,
},

View File

@ -52,13 +52,9 @@ function echarts4(id) {
axisLabel: {
show: true,
// rotate: -1,
textStyle: {
fontSize: 14,
// fontFamily: PangMenZhengDao,
color: "#fff",
},
},
axisTick: {
show: false,
},
@ -93,12 +89,9 @@ function echarts4(id) {
},
axisLabel: {
show: true,
textStyle: {
fontSize: 12,
// fontFamily: PangMenZhengDao,
color: "#ffffff",
},
},
splitArea: {
areaStyle: {
color: "rgba(255,255,255,.5)",
@ -187,8 +180,9 @@ function echarts4(id) {
return colorList[params.dataIndex];
},
opacity: 0.7,
// 鼠标移入柱子上 透明度变为 1
},
emphasis: {
itemStyle: {
opacity: 1,
},
},

View File

@ -41,11 +41,9 @@ function echarts2(id, data) {
},
axisLabel: {
// 坐标轴刻度标签的相关设置
textStyle: {
color: "#d1e6eb",
margin: 15,
},
},
axisTick: {
show: false,
},
@ -69,10 +67,8 @@ function echarts2(id, data) {
},
axisLabel: {
margin: 20,
textStyle: {
color: "#d1e6eb",
},
},
axisTick: {
show: false,
},

View File

@ -32,14 +32,6 @@ const fnInitEcharts = (data) => {
type: "shadow",
},
},
legend: {
data: ["各培训类型学习人数"],
top: "15",
textStyle: {
color: "#2aaef2",
},
orient: "horizontal",
},
grid: {
top: "25%",
right: "3%",

View File

@ -65,9 +65,7 @@ const fnInitEcharts = (data) => {
},
axisLabel: {
interval: 0,
textStyle: {
color: "#fff",
},
fontSize: 12,
margin: 15,
},
@ -87,10 +85,8 @@ const fnInitEcharts = (data) => {
},
},
axisLabel: {
textStyle: {
color: "#fff",
},
},
splitLine: {
show: false,
},