bug fix
- fix fitScreen for iOS
- add missing properties for CombineChart
- force chart.notifyDataSetChanged() for every setState, this can fix setting axisMinimum/axisMaximum without changing data, but slow down performance if setState is called frequently.