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
In Charts 3.0 you added method open func groupBars(fromX: Double, groupSpace: Double, barSpace: Double) to group columns from different dataSets in BarChartData
But what if I have such BarChartData inside CombinedChartData combined with LineChartData? I need to recount coordinates for line too, but I'm afraid there is no such method.
Example
I have 2 x-values here. Line have both values and 2 groups of bars have values. But line is displayed wrong.
Should be smth like that:
The text was updated successfully, but these errors were encountered:
Hello! Thank you for the great library.
In Charts 3.0 you added method
open func groupBars(fromX: Double, groupSpace: Double, barSpace: Double)
to group columns from different dataSets inBarChartData
But what if I have such
BarChartData
insideCombinedChartData
combined withLineChartData
? I need to recount coordinates for line too, but I'm afraid there is no such method.Example
I have 2 x-values here. Line have both values and 2 groups of bars have values. But line is displayed wrong.
Should be smth like that:
The text was updated successfully, but these errors were encountered: