series: [{
	name: '报警态势曲线',
	type: 'line',
	data: [0, 10, 2, 4, 4, 7, 0, 0, 0, 3, 0, 9, 6, 0, 0],
	smooth: true, // 平滑曲线
	showSymbol: false,
	itemStyle: {
		color: '#126EFC'
	},
	lineStyle: {
		width: 3,
		color: '#126EFC'
	},
	areaStyle: {
		color: {
			type: 'linear',
			x: 0,
			y: 0,
			x2: 0,
			y2: 1,
			colorStops: [{
				offset: 0,
				color: '#126EFC' // 0% 处的颜色
			}, {
				offset: 1,
				color: '#ffffff' // 100% 处的颜色
			}],
			global: false // 缺省为 false
		}
	}
}, ],

By lxcss

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注