大家好,又见面了,我是你们的朋友全栈君。
show:是否显示直角坐标系网格———–值:true?false left:图表离容器左侧的距离—————–值:number?百分比 top:图表离容器顶部的距离—————–值:number?百分比 right:图表离容器右侧的距离—————值:number?百分比 bottom:图表离容器底部的距离————值:number?百分比 backgroundColor:网格背景色————-值:rgba或#000000 borderColor:网格的边框颜色————–值:rgba或#000000 borderWidth:网格的边框线宽————-值:number 备注:背景色-边框-线宽生效前提:设置了show:true,边距不受show影响
例子
grid: {
show:true,
left: "5%",
top: "5%",
right: "5%",
bottom: "5%"
backgroundColor: "rgba(224, 17, 17, 1)"
borderColor: "rgba(96, 67, 67, 1)"
},
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/159712.html原文链接:https://javaforall.cn