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
HI! I try to make a bar chart from numbers and dates. As I know now I can use only "Double" values. But if I convert "Double(date.timeIntervalSince1970)" I get only a point in a day during one second, and my bars are too thin. Is it possible to show dates in Charts like whole day ("d MMM")? This example from Sami Korpela tutorial from your main page. I just use dates from database (day/month/year 21.00).
I suggest rethink what you need. Yes the x axis only take double for now, but you can definitely use int to format or some small values.. currently the formatter will have issue if you zoom in. #1956
@liuxuan30, So it is not possible to create a Bar chart with strings on the x axis and numbers on the y axis? I'm trying to create something like that in OSx with swift 3
HI! I try to make a bar chart from numbers and dates. As I know now I can use only "Double" values. But if I convert "Double(date.timeIntervalSince1970)" I get only a point in a day during one second, and my bars are too thin. Is it possible to show dates in Charts like whole day ("d MMM")? This example from Sami Korpela tutorial from your main page. I just use dates from database (day/month/year 21.00).
The text was updated successfully, but these errors were encountered: