You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide a description of your issue in english, the project's native language. It's hard to address problems when we don't understand the language.
在不使用Y轴的leftAxis 的情况下,还需要设置leftAxis和rightAxis一致,才能使柱状图高度正确,可能是我漏掉哪个属性了吗???
//Y轴
ChartYAxis *leftAxis = _barChartView.leftAxis;
leftAxis.enabled = NO;
leftAxis.axisMinimum = 0.0; // this replaces startAtZero = YES
leftAxis.axisMaximum = 500;
leftAxis.labelCount = 5;
The text was updated successfully, but these errors were encountered: