Jack Yin
Jack Yin
### Issue Link :link: 🔗 https://github.com/danielgindi/Charts/issues/4908 ### Goals :soccer: I find previous version changes at [here](https://github.com/danielgindi/Charts/commit/d2bf08fdd6841d549a6579635ec797185c087635#diff-2e5f75204fa953f8fa67083434c18a3960a66b1e309605b89b7527b8df5a7018R136). Search `YAxisRenderer` 136 line. Revert to the previous function. ### Implementation Details :construction: Replace...
* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md). ## What did you do? ```swift chartView.rightAxis.drawTopYLabelEntryEnabled = false chartView.data = CombinedChartData() ``` This codes make...