# Introduction In this challenge, we will use ECharts to create a statistical chart of crop yields in X city over the past five years. By completing the provided code in the `index.html` file, we need to display the crop yield data correctly in both a line chart and a pie chart. The line chart should show data for five years, while the pie chart should only show data for 2022. Let's get started and see the final result!
Click the virtual machine below to start practicing