简单修改echarts 折线图tooltip自定义

 tooltip: {
                trigger: 'axis', 
                showDelay: 0, 
                backgroundColor: 'rgba(0,0,0,0.55)',
                padding: [10,70], 
                formatter : '{b}年
满意度 : {c}%', axisPointer: { type: 'line', lineStyle: { color: '#dddddd', width: 1, type: 'dashed' }, }, textStyle: { color: '#fff' } },

你可能感兴趣的:(echarts,javascript,ecmascript)