
echart折线图区域背景渐进、坐标轴样式设置
先看效果:代码实现如下:option = { backgroundColor: 'blue', title: { text: '', // 标题 left: 18, top: 5, textStyle: { color: 'rgba(255,255,255,.6)', fontSize: '29', align: 'right' } }, // 弹出层样式 tooltip: { trigger: 'axis', bord.









