How to dynamically change the title alignment in echarts

There are many charts on the

page. Set the alignment for the selected chart and know how the id, of the outer container of the chart can be changed locally when setting the alignment

.

Mar.25,2021

chartObj.setOption ({

)
title: {
    text: '',
    position: ''
}

})

Menu