Xcode – Using Swift Charts, in a BarMark, how can I change the color of single date in the x axis to blue?
Using Swift Charts, I have a bar chart that has dates on the x-axis and points on the y-axis. This data comes from the property chartData which contains the integer points for each date. The data point representing today's date…