首页 前端知识 echarts x轴与y轴 刻度 数据设置

echarts x轴与y轴 刻度 数据设置

2024-04-22 09:04:50 前端知识 前端哥 394 937 我要收藏

在这里插入图片描述

xAxis: {
nameTextStyle: {
fontWeight: "bold",
fontSize: "20",
align: "left",
},
splitLine: {
show: false,
},
axisLine: {
show: true,
symbol: ["none", "arrow"], //加箭头处
symbolOffset: 0,
lineStyle: {
color: "rgb(122, 184, 249)",// 线的颜色
width: "2",
},
},
axisTick: {
show: false,// 是否显示x轴刻度
},
axisLabel: {
show: false,//是否显示 x轴数据
},
},
yAxis: {
nameTextStyle: {
fontWeight: "bold",
fontSize: "20",
align: "left",
},
splitLine: {
show: false,
},
axisLine: {
show: true,
symbol: ["none", "arrow"], //加箭头处
symbolOffset: 0,
lineStyle: {
color: "rgb(122, 184, 249)", // 线的颜色
width: "2",
},
},
axisTick: {
show: false,// 是否显示y轴刻度
},
axisLabel: {
show: false,//是否显示 y轴数据
},
},
复制
转载请注明出处或者链接地址:https://www.qianduange.cn//article/5704.html
标签
评论
发布的文章

JQuery中的load()、$

2024-05-10 08:05:15

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!