This project visualizes mobile usage data over time using an area chart, rendered with D3.js.
The dataset chosen is Mobile Usage Behavioral Analysis, containing the following attributes:
The data types:
Date
is parsed as a JavaScript Date
object.Usage_Hours
is parsed as a float for accurate plotting.The dataset is fetched from the following URL: Mobile Usage Behavioral Analysis CSV
The area chart shows mobile usage over time, with the X-axis representing dates and the Y-axis representing daily usage hours. Peaks in the chart indicate days with higher mobile usage, providing insights into user behavior patterns. This visualization helps identify trends and fluctuations in daily mobile usage.
Submit screenshots of the final generated visualization, and [provide the VizHub link here].