echarts x軸鼠標滑過時顯示x軸文字
tooltip: { trigger: 'axis', backgroundColor: 'rgba(255,255,255,0.1)', axisPointer: { /*主要代碼區(qū)域*/ type: 'shadow', label: { show: true, backgroundColor: '#7B7DDC', }, }, },
tooltip: { trigger: 'axis', backgroundColor: 'rgba(255,255,255,0.1)', axisPointer: { /*主要代碼區(qū)域*/ type: 'shadow', label: { show: true, backgroundColor: '#7B7DDC', }, }, },