willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
837 stars 103 forks source link

Usage of arrays of double #220

Open Wini974 opened 1 year ago

Wini974 commented 1 year ago

Hi, I would like to code a Linechart (one line). In my project, the Y and X data are each an array of double. Regarding the version 1 of SwiftUICharts, it worked find for me. But with the version 2, I don't know how to code Chardata when X & Y data are arrays. Thanks a lot for your help. Jean-Francois