You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi AppPear, thanks for creating this fancy library for SwiftUI lovers, the design is so great especially comparing with other chart libs for SwiftUI.
I mainly use LineView in this lib, but I found due to GeometryReader and tons of unreasonable offset() with magic numbers, frame() with constants, Legend bind with the background line view tightly, all of those things make the LineView not easy to use, when I make user interface from the top, I always find LineView takes unexpected space or stay in out of its frame.
I tried 2.0 version in playground but it still in beta phase for a period of time, some bugs I faced during this, I realized that maybe I need to make the fix to meet requirement.
Really wish this great durable framework under the well maintenance in long-term, hope to see the 2.0 version release soon.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi AppPear, thanks for creating this fancy library for SwiftUI lovers, the design is so great especially comparing with other chart libs for SwiftUI.
I mainly use LineView in this lib, but I found due to
GeometryReader
and tons of unreasonableoffset()
with magic numbers,frame()
with constants,Legend
bind with the background line view tightly, all of those things make the LineView not easy to use, when I make user interface from the top, I always find LineView takes unexpected space or stay in out of its frame.I tried 2.0 version in playground but it still in beta phase for a period of time, some bugs I faced during this, I realized that maybe I need to make the fix to meet requirement.
Really wish this great durable framework under the well maintenance in long-term, hope to see the 2.0 version release soon.
Beta Was this translation helpful? Give feedback.
All reactions