Introduction
In this project, you will learn how to create a line chart using the ECharts library. The chart will display the number of hours the user spends on their phone each day of the week.
๐ Preview

๐ฏ Tasks
In this project, you will learn:
- How to set up the project and open the necessary files
- How to fix an error in the ECharts configuration
- How to understand the configuration of the line chart
- How to customize the chart by modifying the configuration
๐ Achievements
After completing this project, you will be able to:
- Use the ECharts library to create a line chart
- Configure the chart's title, axes, and data series
- Customize the chart by modifying the configuration
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
html(("HTML")) -.-> html/BasicStructureGroup(["Basic Structure"])
html(("HTML")) -.-> html/LayoutandSectioningGroup(["Layout and Sectioning"])
html(("HTML")) -.-> html/MultimediaandGraphicsGroup(["Multimedia and Graphics"])
html(("HTML")) -.-> html/AdvancedElementsGroup(["Advanced Elements"])
html/BasicStructureGroup -.-> html/basic_elems("Basic Elements")
html/BasicStructureGroup -.-> html/head_elems("Head Elements")
html/LayoutandSectioningGroup -.-> html/doc_flow("Document Flow Understanding")
html/MultimediaandGraphicsGroup -.-> html/embed_media("Embedding External Media")
html/AdvancedElementsGroup -.-> html/inter_elems("Interactive and Dynamic Elements")
subgraph Lab Skills
html/basic_elems -.-> lab-445648{{"Time with Your Phone"}}
html/head_elems -.-> lab-445648{{"Time with Your Phone"}}
html/doc_flow -.-> lab-445648{{"Time with Your Phone"}}
html/embed_media -.-> lab-445648{{"Time with Your Phone"}}
html/inter_elems -.-> lab-445648{{"Time with Your Phone"}}
end