Skip to content

Commit

Permalink
Merge pull request #3078 from liuxuan30/2772
Browse files Browse the repository at this point in the history
for #2745. chart should be weak.
  • Loading branch information
liuxuan30 authored Dec 8, 2017
2 parents 8c9d5f3 + c6faf53 commit 2ff5cb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import CoreGraphics

open class XAxisRendererHorizontalBarChart: XAxisRenderer
{
internal var chart: BarChartView?
internal weak var chart: BarChartView?

@objc public init(viewPortHandler: ViewPortHandler, xAxis: XAxis?, transformer: Transformer?, chart: BarChartView)
{
Expand Down

0 comments on commit 2ff5cb5

Please sign in to comment.