use Echarts line chart to display data, and set online display values. Only part of the peak value cannot be displayed
abnormal condition is shown in figure
 
:
 
 
realize the online display of data by adding the following code to series:
itemStyle: {
    normal: {
        color: "-sharpcabaf7",
        label : {
            show: true,
            color:"black",
        },
    }
}Thank you!
