How to remove the shadow of echarts bar chart mouse hover?

echart bar chart, when the mouse moves up, there will be a shadow next to the column, how to remove it.

Mar.20,2021

tooltip: {
    // ...,
    axisPointer: {
        type: ''
    }
}
Menu