Skip to content

Commit

Permalink
for #2772. chart should be weak.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxuan30 committed Dec 8, 2017
1 parent 8c9d5f3 commit 0b36ef6
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 0b36ef6

Please sign in to comment.