Skip to content

Commit

Permalink
Merge pull request #600 from liuxuan30/dataSets
Browse files Browse the repository at this point in the history
Call `initialize` for `dataSets` setter
  • Loading branch information
danielgindi committed Dec 16, 2015
2 parents 4599e42 + 1cfe6e8 commit 69ee459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Charts/Classes/Data/ChartData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ public class ChartData: NSObject
set
{
_dataSets = newValue
initialize(_dataSets)
}
}

Expand Down

0 comments on commit 69ee459

Please sign in to comment.