Area Data
Data class representing an area on the AreaChart.
Parameters
x Value
The x-value of the area. It can be of any type (e.g., String, Int, Float, etc.).
points
The list of y-values that define the area's shape. Each y-value corresponds to a specific data point.
color
The color of the area.