Bar Data
Data class representing a bar in a bar chart.
Parameters
y Value
The value of the bar on the y-axis.
x Value
The value of the bar on the x-axis. It can be of any type (e.g., String, Int, Float, etc.).
color
The color of the bar. If not specified, the default color will be used.