AAChartKit icon indicating copy to clipboard operation
AAChartKit copied to clipboard

双Y轴指定刻度数量,Y轴高度不固定

Open MaDinNing opened this issue 3 years ago • 1 comments

双Y轴指定刻度数量,Y轴高度不固定 _yAxisOne = AAYAxis.new .visibleSet(true) .tickAmountSet(@6) .labelsSet(aaYAxisLabels) .minSet(@0) .titleSet(AAAxisTitle.new .textSet(@"") .styleSet(aaYAxisTitleStyle)) .oppositeSet(true);

_yAxisTwo = AAYAxis.new
.visibleSet(true)
.tickAmountSet(@6)
.labelsSet(aaYAxisLabels)
.titleSet(AAAxisTitle.new
          .textSet(@"")
          .styleSet(aaYAxisTitleStyle));
WeChatc7b1efff6ddd8bee4052dafc520242dd

MaDinNing avatar Apr 13 '22 09:04 MaDinNing

左右Y轴刻度无法对齐

MaDinNing avatar Apr 14 '22 00:04 MaDinNing