Echarts bar chart paragraph by paragraph how to do

is there any way to do this form of bar chart with echarts.
are there any other plug-ins that can achieve this effect.
when I met for the first time, I really didn"t know how to start
clipboard.png

Apr.11,2021

reference http://echarts.baidu.com/exam.
is generally given by artists


http://gallery.echartsjs.com/.
the same example


because it's relatively simple here, It's just a big screen display, no interaction. So then I used a two-tier div implementation.
the lower div is aligned with the light background png, and the upper one with the color background png, absolute positioning.
then the above one uses js to control the length, for example, width is set to 20% , and transition: width .3s is added to the style to achieve the effect of dynamic increase.

Menu