I have multiple data points for each month: And I get the x-axis of my graph repeated like Feb Feb Feb Mar Mar Mar Mar
Each data point is important because it reflects how long something took them on that day. So I cannot just sum all the values for a month or something like that.
How do I fix this?
I currently have the granularity set to 1 for the xAxis but I don't quite understand how granularity works.