que-etc/resize-observer-polyfill

Resize cannot be monitored in real time

yoonasy opened this issue · 0 comments

image
When used with v-chart.js (echart), the output width might be inaccurate due to the delayed rendering of the chart. Have you used debounce?

My solution is to add a setTimeout to the callback function
image