标签: plotly plotly.js
是否可以获得图例显示或隐藏的图例的当前状态?
document.querySelectorAll(`[id^="plot_${id}"]`).forEach((plot: any) => { console.log(plot._fullLayout) })