Skip to content

Conversation

@Khanak1521
Copy link

Issue Link πŸ”—

Goals ⚽

Implementation Details 🚧

Testing Details πŸ”

@pelodi
Copy link

pelodi commented Aug 30, 2024

when this feature will be added and merged?

@liuxuan30
Copy link
Member

looks unlikely, the implementation of this will has an issue: when the bar is too thin, it will look like an Oval rather than a bar.

s.tvos.deployment_target = "12.0"
s.osx.deployment_target = "10.13"
s.source = { :git => "https://github.com/danielgindi/Charts.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/Khanak1521/Charts.git", :tag => "#{s.version}" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to undo this git url change


context.fill(barRect)
let rectCorners: UIRectCorner = [.topLeft, .topRight]
let bezierPath = UIBezierPath(roundedRect: barRect, byRoundingCorners: rectCorners, cornerRadii: CGSize(width: self.barChartCornerRedius, height: self.barChartCornerRedius)) //(roundedRect: barRect, byRoundingCorners: rectCorners, cornerRadi: 5)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the commented code ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants