Real-Time Sales Dashboard with Echarts

# Introduction In this project, you will learn how to create a real-time sales dashboard using the Echarts library. The dashboard will display the sales and volume data in a visually appealing and easy-to-understand format. ## 👀 Preview ![finished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/echarts/project-sales-dashboard/lab-sales-dashboard/assets/effect1.png) ## 🎯 Tasks In this project, you will learn: - How to set up the project and get the necessary files - How to complete the "yAxis" setting in the `index.js` file - How to correctly assign the values from the backend data to the appropriate chart options in the `renderChart` function ## 🏆 Achievements After completing this project, you will be able to: - Render data into charts using the Echarts library - Structure and organize your code for a data visualization project - Work with asynchronous data retrieval and update the chart in real-time

|60 : 00

Click the virtual machine below to start practicing