SwiftUICharts
SwiftUICharts copied to clipboard
Is anyway to make legendTitle stay on screen when chart itself has been scrolled?
What I mean is that is any way to put legendTitle and chart to separate layers, then I can pin the legendTitle on the screen but only move with chart (when it is too large and in a scrollView)?
See the attachments for current display
.
Also related to this is it possible to pin the Y-Axis to the screen and only let the X-Axis scroll? The Y-Axis should not go out of screen but remain at left/right but the X-Axis contents get scrolled only..