MacOS frame improvement
Hey,
ChartView is working fine on MacOS, but when using ChartView() without the explicit form: CGSize() attribute, then the appearing view is not the actual frame, which results in major glitches when using VStack or HStack (overlapping with other views). Will look into it and might push a PR 📦
Also: Hovering over both ChartViews also doesn't work on macOS
Hey thanks for noticing I didn't tried it on Mac yet. If you can push a PR would be awesome!
I couldn't work out how to get ChartView working on MacOS - when I do it, the library doesn't compile as it says these features are only available in the latest version of MacOS and suggests adding to almost every line to only run the function if the correct version of MacOS. How did you do this neatly @nickseidel .
@ThomasDh-C In case you never found a solution, I just forked the repo and made some quick tweaks to get it to compile on macOS and marked a release for SwiftPM. You can take a look here: https://github.com/katzenbaer/ChartView
Warning, though... I kinda just threw macros around to disable anything that didn't compile on macOS. So if you're looking for a cross-platform solution, then this isn't at that stage yet. Also, hover still doesn't work.