// 折线图let lineChart = echarts.init(document.getElementById('lineChart'));let lineOption = { title: { text: '数据接入增量趋势', textStyle: { color: '#cccccc', fontSize: 14 } }, tooltip : { // 悬浮提示 trigger: 'axis', axisPointer: { type: 'cross', label: { backgr…