Charts
Charts copied to clipboard
How to pass [String : Double] dictionary data into line chart in Swift?
Hi i have a currency exchange API returning the rates for selected currencies in specified date range ( in my case 10 days) . İt returns the dates as String and rates as double inside a dictionary. How can I pass these dates in x axis and rates in y axis?