Yes. I have made a page implemented using rem. The map in the lower right corner is made of echarts: Example of echarts using rem
But when the user manually resizes the window, the chart will not automatically change size. You need to register the window's resize event and re-render echarts
I solved it myself
Yes. I have made a page implemented using rem. The map in the lower right corner is made of echarts: Example of echarts using rem
But when the user manually resizes the window, the chart will not automatically change size. You need to register the window's resize event and re-render echarts