Skip to content

bug fix

Compare
Choose a tag to compare
@wuxudong wuxudong released this 11 Sep 05:01
· 141 commits to master since this release
  1. fix fitScreen for iOS
  2. add missing properties for CombineChart
  3. force chart.notifyDataSetChanged() for every setState, this can fix setting axisMinimum/axisMaximum without changing data, but slow down performance if setState is called frequently.