/*横纵分割线颜色透明度*/
xAxis: {axisLabel: {textStyle: {color: "#2484db"}},axisLine: {lineStyle: {color: 'rgba(0,2,85,1)',width: 2,}},splitLine: {show: true,lineStyle: {color: ['rgba(0,2,85,0.8)']}},//更多属性访问http://echarts.baidu.com/option.html#xAxis
},
yAxis: {axisLabel: {textStyle: {color: "#2484db"}},axisLine: {lineStyle: {color: 'rgba(0,2,85,1)',width: 2,}},splitLine: {show: true,lineStyle: {color: ['rgba(0,2,85,0.8)']}},//更多属性访问http://echarts.baidu.com/option.html#yAxis
}
什么是Vuex?只需三分钟!只需创建一个vuex.js文件,让你马上学会使用Vuex,尽管Vuex是个鸡肋!(扔掉store文件夹和里面的index、getters、actions、mutations等js文件吧!)_你挚爱的强哥❤给你发来1条消息❤-CSDN博客https://s-z-q.blog.csdn.net/article/...
app.component.html
grid: {show: false,left: '0px',top: '50px',right: '1px',bottom: '0px',containLabel: true,backgroundColor: 'white',//show: true的时候才显示borderColor: '#ccc',borderWidth: 1,/...
先上代码 background: linear-gradient(white, transparent); 这个代码在苹果手机里面的效果居然是这么“灰不溜秋” background: linear-gradient(white, rgba(255,255,255,0)); 改成rgba之后,好很多了!~...