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
Create you own labels using ChartAxisValueString(formattedString, order: Int(norm.mn), labelSettings: labelSettings). The problem is you must use Int "orders", which just get turned into the scalar shown on the axis and also is used to define the starting point and range of the Y axis. If you don't mind actually changing the framework, add another init to ChartAxisValueString that just sets the scalar directly. [I tried to find a way to create a subclass and over ride scalar, but it seems hopeless...I can't modify the original source.]
No description provided.
The text was updated successfully, but these errors were encountered: