liveview-native / liveview-native-swiftui-charts

Swift Charts addon library for LiveView Native
MIT License
4 stars 2 forks source link

SwiftUI Charts: NumberBins #13

Closed AZholtkevych closed 1 year ago

AZholtkevych commented 1 year ago

Doc: https://developer.apple.com/documentation/charts/numberbins

carson-katri commented 1 year ago

We cannot support this, it is a client-side storage method for chart data, but in LVN we need to use for loops.

AZholtkevych commented 1 year ago

Rejecting