Error reporting using echarts 3D histogram in vue3

(Only as a record on the personal front-end learning journey)

During the development, it is required to change a planar image to a 3D type, so refer to the case list on the official website as a modification (as shown in the figure)

In actual application, it was found that the columnar body could not be displayed, and the error message was [ECharts] Unknown series bar3D, so I started Baidu, and finally successfully rescued~~~

Just install yarn add echarts-gl and import "echarts-gl" in main.ts

The effect is as follows:

Guess you like

Origin blog.csdn.net/m0_65104145/article/details/128814913