willdale / SwiftUICharts

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

Left and right y-axis #68

Open colinhumber opened 3 years ago

colinhumber commented 3 years ago

Related to https://github.com/willdale/SwiftUICharts/issues/67, if 2 data sets require different scales, either with a grouped bar chart or multi-line chart, supporting a left and right y-axis would be super handy.

willdale commented 3 years ago

Again this is something I would like to implement when I have time.