You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive me as I did not explain the issue clearly.
In the above screenshot I have 6 bars (6 companies perfomance) in a group. You can see that the year label on the bottom axis is not at the centre of the group. below is the calculation made.
let grpSpace = 0.2
let barSpace = 0.12
let barWidth = 0.05
let groupWidth = data.groupWidth(groupSpace: Double(grpSpace), barSpace: Double(barSpace))
chartView.xAxis.axisMaximum = Double(startYear) + (groupWidth * Double(12))
I tried the multiple barchart. There the X values doesn't get under the exact centre of the bars for that x value. Please help.
The text was updated successfully, but these errors were encountered: