How does echarts display the comments of the current image by default under a canvas (display when the page is loaded, not hover click, etc.)

-sharp-sharp-sharp

series


setTimeout(() => {


//
<script>


</script>

1 2

Apr.10,2021

see this description on the document
you can batch distribute multiple action

via the batch parameter.
myChart.dispatchAction({
    type: 'dataZoom',
    batch: [{
        //  dataZoom 
        start: 20,
        end: 30
    }, {
        //  dataZoom 
        dataZoomIndex: 1,
        start: 10,
        end: 20
    }]
})

not tested, you can try

Menu