ios-charts hide values that are outside the bar bounds (stacked bar chart)
问题 The values in my charts are currently being rendered outside of their respective bars, how do I make only those values that fit the bars visible? 回答1: This is a known issue, because the sub bar's height is smaller than the value text hight. You can override drawValues to filt those texts. 来源: https://stackoverflow.com/questions/37303049/ios-charts-hide-values-that-are-outside-the-bar-bounds-stacked-bar-chart