只有鼠标放在当前位置时才会显示折点的数据,能不能直接显示数值?
option = { }
series:[{ type:'line', label:{ normal:{show:true} } }] 设置成这样你试一下
series:[{ type:'line', label:{ normal:{show:true} } }]
Most helpful comment
series:[{ type:'line', label:{ normal:{show:true} } }]设置成这样你试一下