echarts with the page size change, resize redraw

// mounted adding window listener. resize redraw page: 
Mounted () { window.onresize
= () => { // listening window change return (() => { the this .forwardingTrend.resize (); })() }; },

 

Guess you like

Origin www.cnblogs.com/qlongbg/p/11889427.html