<chart style="width:100%; height:320px;"
ref="chart1"
:options="orgOptions"
:auto-resize="true"
@click='onClick'></chart>
methods: {
onClick (params) {
console.log(params.name)
}
}
来源:CSDN
作者:yuyu_2019
链接:https://blog.csdn.net/yuyu_2019/article/details/103458771