Echarts line chart: when values are displayed online, no values are displayed at some peaks?

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

clipboard.png

:

clipboard.png

realize the online display of data by adding the following code to series:

itemStyle: {
    normal: {
        color: "-sharpcabaf7",
        label : {
            show: true,
            color:"black",
        },
    }
}

Thank you!

Mar.24,2021

series.showAllSymbol property is set to true

reference

Menu