ChartView
ChartView copied to clipboard
Add new chart size
It would be very nice to have a chart size of 360x240 (XLarge) or give us the ability to define a custom size for our frames
@SAPIENTechnologies Just looking through the framework right now and in LineCard.swift on line 33, the frame size appears to be hard-coded to 180 x 120. I'm new to SwiftUI, so I'm not 100% sure how to do something adjustable, but I'll fiddle with it and figure how to implement resizing on it. I'm gonna fork the repo and tinker w/ it.
Hello,
is this the result you are waiting for?

Nicolas
That looks great!
PR #108 Works for multiline also, BarChart and PieChart.
Perfect. Is that a 2.0 feature?
It would be awesome to have a .fill size so the chart could just fill the space it's given.
Nevermind I didn't realize the form struct was just a CGSize so you can make your own CGSize and pass that to form.